cwj_monitoring 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ npm run server
16
16
 
17
17
  1. 行为监控:点击监控,页面跳转监控,页面停留时间监控
18
18
  2. 错误监控:js错误,资源加载错误,手动console.error抛出的错误,promise未捕获的错误
19
- 3. 性能监控:FP、DCL、Load、FPS
19
+ 3. 性能监控:DCL、FP、FCPLCP、Load、FPS
20
20
 
21
21
  注:目前点击监控只支持button标签触发的点击事件
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cwj_monitoring",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "基于 JS 适用Web端的插件,为前端项目提供【 行为、性能、异常 】监控手段",
5
5
  "repository": "https://github.com/cwjbjy/cwj_monitoring",
6
6
  "main": "dist",