UNPKG

miniprogram-logger

Version:

It is used to log and gather statistics of users' behavior.

11 lines 283 B
export interface ITelemetry { setContext?(key: any, value?: any): any; record(action: string, ...args: any[]): void; } export interface UserInfo { app_name: string; app_id: string; open_id: string; union_id?: string; } //# sourceMappingURL=ITelemetry.d.ts.map