1.1.9 • Published 7 years ago

error-report-crab v1.1.9

Weekly downloads
15
License
ISC
Repository
github
Last release
7 years ago

js错误上报

初始化

  // @params siteId 网站id, 不传则不初始化
  FE_DEBUG.init(123);

手动上报

默认是自动上报, 有些错误需要手动上报也是可以的

  FE_DEBUG.report({
    type: 1,                  // 错误类型
    msg: 'xxxx load error',   // 错误信息
    fu: 'xxxxx.js'            // 错误js
  })

参考了

https://github.com/CurtisCBS/monitor/blob/master/monitor.js https://github.com/hezhengjie/jsErrorReport/blob/master/src/jsErrorReport.js https://github.com/BetterJS/badjs-report

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago