sobey-monitor-sdk 1.1.9 → 1.1.11

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.
@@ -15,6 +15,7 @@ declare class Reporter {
15
15
  setReady(ready: boolean): void;
16
16
  /**
17
17
  * 发送早期缓存的数据(根据最新配置过滤)
18
+ * 所有数据会先累积到 sender 的缓冲区,最后统一发送一次
18
19
  */
19
20
  private flushEarlyBuffer;
20
21
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sobey-monitor-sdk",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "前端全方位监控 SDK,支持错误监控、性能监控、用户行为回溯。适合单页面应用及多端环境。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",