ποΈ Set Configuration
Set basic configuration information. This interface needs to be called in the app.js header.
ποΈ Set UserInfo
Set user ID and other additional information.
ποΈ Record Custom Indicator Time
Called in Page to record the custom indicator time of this page.
ποΈ Upload Custom Business Code
The probe provides a function configuration item custom, in which custom logic can be inserted and the business status code and success status are returned. The configuration function is executed after the complete callback function of each network request.
ποΈ Plugin Support
Because after using third-party plug-ins, the mini program does not allow rewriting of App and Page objects, and does not allow modification of the definition of the official API, resulting in monitoring failure. The probe provides a solution for plug-ins, which requires manual calling of the probe interface to support it. Plug-in related APIs need to be used with the plug-in mode turned on, and the settings in the probe startup configuration will take effect. After the plug-in mode is turned on, the probe will not actively monitor and requires manual settings by the user.
ποΈ WeChat Interface Analysis
By default, the probe monitors the number of calls, successes and failures of the three WeChat interfaces requestPayment, scanCode, and previewImage. For the payment interface, it also monitors the cancellation situation. You can specify the interface name you want to monitor through hookApis in the probe initialization configuration (no need to write the wx. prefix).
ποΈ Ignore Page
When you do not want to monitor certain pages, you can set the attribute ignoredPages in the probe startup configuration to specify specific pages.
ποΈ Request Hook and Scope
request hook takes effect on wx.request cloud function cloud hosting.
ποΈ Custom Operation
Interface definition
ποΈ Custom Events
Interface definition