@aidc/log
v0.1.62
Published
## 快速开始
Downloads
48
Readme
前端日志(埋点 + 监控)
快速开始
import { initLog, EventType } from '@aidc/log';
// 初始化
initLog({
// AEM 配置项
aesConfig: {
autoPV: true,
},
// GTM 配置项 (todo)
gtmConfig: {
autoPV: true,
},
});
// 发送事件
sendEvent('click-xxx', {
type: EventType.click,
data: {
// 自定义字段
},
});
相关文档
AEM(阿里内部)
GTM
- todo