web-eye-sdk
v1.1.0
Published
进行代码的性能检测
Downloads
2
Readme
web-eye-sdk
📖 简介
- 进行报错的检测
- 进行用户行为的检测
- 对于特殊要求可以进行添加其他代码
- 避免了从头开始搭建代码检测
📦 下载
npm install web-eye-sdk
🚩 使用
install, // vue 错误监控,如果被vue使用的话,就会通过install挂载到vue的插件上。
errorBoundary, // react 错误监控
performance, // 性能上报
error, // 一般错误上报
behavior, // 行为监控
init, //初始化