hc-web-log-mon
Version:
基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
25 lines (20 loc) • 958 B
Markdown
<div align="center">
<img src="https://github.com/M-cheng-web/image-provider/raw/main/web-tracing/logo.7k1jidnhjr40.svg" width="128" alt="logo" />
<h1>web-tracing 监控插件</h1>
<p>
基于 JS 跨平台插件,为前端项目提供【 埋点、行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
</p>
</div>
## web-tracing-examples-vue3
[web-tracing](https://github.com/M-cheng-web/web-tracing)的示例项目(vue3版本)
此项目由 [web-tracing -> examples -> vue3](https://github.com/M-cheng-web/web-tracing/tree/main/examples/vue3) 通过脚本直接覆盖迁移过来的,目的是为了拟真测试,本地联调还是在 [web-tracing](https://github.com/M-cheng-web/web-tracing) 项目中完成的
因为是直接强推的代码,所以本地更新时需要执行:
```
git fetch --all
git reset --hard origin/main
```
## 运行
```
pnpm install
pnpm run start
```