UNPKG

miniprogram-logger

Version:

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

6 lines (5 loc) 107 B
export class ReportMonitor { count(label, value = 1) { wx.reportMonitor(label, value); } }