UNPKG

@lx-frontend/taro-plugin-monitor

Version:

taro 小程序监控插件,收集生命周期、事件、错误等数据

13 lines (11 loc) 314 B
/// <reference types="@tarojs/taro" /> // 扩展 Taro 的静态方法 declare namespace Taro { interface TaroStatic { monitorEvent: { on: (eventName: 'all', callback: (track: any) => void) => void off: (eventName: 'all') => void trigger(events: EventName, ...args: any[]): any } } }