File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # 前端监控脚本
3
+
4
+ ----
5
+
6
+ ## 目录
7
+
8
+ 1 . [ 简介] ( intro.md )
9
+ 1 . [ 安装部署] ( install.md )
10
+ 1 . 数据采集
11
+ 1 . [ 数据通信规格(v1)] ( data-specification-v1.md )
12
+ 1 . [ 数据通信规格(v2)] ( data-specification-v2.md )
13
+ 2 . 日志处理
14
+ 3 . 数据展现
15
+ 4 . 监控报警
16
+ 4 . [ 其他] ( others.md )
17
+
18
+ ## 其他
19
+
20
+ 1 . [ window.onerror] ( window-onerror.md )
21
+ 1 . [ script.onerror] ( script-onerror.md )
22
+ 1 . [ Stack Trace] ( stack-trace.md )
23
+ 1 . [ SourceMap] ( sourcemap.md )
24
+ 1 . [ script-crossorigin] ( script-crossorigin.md )
25
+
26
+
27
+ ## 参考
28
+
29
+ * [ ExceptionHub] ( http://www.exceptionhub.com/ )
30
+ * [ TraceKit] ( https://github.com/csnover/TraceKit )
31
+ * [ Error Stack] ( http://www.errorstack.com/ ) - A Simple Way to Collect and Analyze Errors.
32
+ * [ http://damnit.jupiterit.com/ ] ( http://damnit.jupiterit.com/ )
33
+ * onload / onerror
34
+ * [ script onload/onerror with IE(for lazy loading) problems] ( http://stackoverflow.com/questions/3483919/script-onload-onerror-with-iefor-lazy-loading-problems )
35
+ * [ error | onerror event - msdn] (http://msdn.microsoft.com/en-us/library/ie/cc197053(v=vs.85\).aspx)
You can’t perform that action at this time.
0 commit comments