今天给大家介绍一个js无侵入埋点方案:
min版: https://github.com/aoping/tra...
原版:https://github.com/Qquanwei/t...
min版是我在原版的基础上进行优化和精简开发的,打包后大小只有8k(原版190k)
min版提供两个api: before after
这里只介绍min版使用:
- 安装
npm i trackpoint-tools -S 或
npm i trackpoint-tools-min@latest -S
- 使用
代码: https://codesandbox.io/s/oxxw...
喜欢的可以star