mon-reactive-h5 1.0.22 → 1.0.23

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.
@@ -63,7 +63,7 @@ var MonitorSDK = /*#__PURE__*/function () {
63
63
  }
64
64
  this.batchReporter = new BatchReporter_1.BatchReporter({
65
65
  url: config.reportUrl || this.reportUrl,
66
- batchSize: config.batchSize || 10,
66
+ batchSize: config.batchSize || 15,
67
67
  interval: config.interval || 5000
68
68
  });
69
69
  this.sessionId = this.generateSessionId();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mon-reactive-h5",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "前端监控SDK - 支持页面浏览、JS错误、API请求、资源错误监控",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",