UNPKG

uniapp-tracing

Version:

uniapp小程序端埋点

12 lines (10 loc) 234 B
/** * 埋点数据队列数据键 * 本地缓存 */ export const tracingQueueKey = "TRACING_QUEUE"; /** * pv周期开始数据 * 全局自定义事件监听器 */ export const tracingPvStartKey = "TRACING_PV_START";