sobey-monitor-sdk 1.1.12 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -163,7 +163,7 @@ export interface BaseData {
163
163
  /**
164
164
  * 错误数据类型
165
165
  */
166
- export type ErrorType = 'js_error' | 'promise_error' | 'resource_error' | 'http_error' | 'white_screen' | 'vue_error' | 'react_error';
166
+ export type ErrorType = 'js_error' | 'promise_error' | 'resource_error' | 'http_error' | 'business_error' | 'white_screen' | 'vue_error' | 'react_error';
167
167
  /**
168
168
  * 错误数据
169
169
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sobey-monitor-sdk",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "description": "前端全方位监控 SDK,支持错误监控、性能监控、用户行为回溯。适合单页面应用及多端环境。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",