@cutyai/web-tracker
v0.0.7
Published
## 使用
Downloads
510
Readme
WebTracker SDK
使用
import { WebTracker } from '@cutyai/web-tracker'
WebTracker.init({
endpoint: 'http://localhost:3000/logs', // 替换为你的实际接口地址
appId: 'demo-app-001',
app_type: 'webtracker_test',
userId: 'test-user-001',
batchSize: 10, // 设置较小的批次size便于测试
flushInterval: 3000, // 设置较短的发送间隔便于测试
debug: true // 开启调试模式,在控制台查看日志
});
// 获取 SDK 实例
const tracker = WebTracker.getInstance();
tracker.track({
eventId: 'purchase_event',
eventType: 'business',
});
demo
npm run dev 可以看到前后端交互的demo
https://github.com/user-attachments/assets/20f875b4-9bfa-44f8-bd14-9b7a852c2fab