How to solve the problem of "bug" in your applet?

In order to avoid "bugs" that cannot be known after the applet is developed and run, the applet bug monitoring service developed by Fundebug, as the operation and maintenance center of the applet, solves this problem very well.

This plugin can monitor all function calls in the applet :

By recording the function call sequence before the error, it can help users reproduce the bug quickly and accurately, and improve the debugging efficiency.

 

Supports multiple property configurations

For example, systemInfo is the user's system information, such as operating system, WeChat version, etc.

 "systemInfo": { "system": "iOS 10.2", "model": "iPhone 7", "pixelRatio": 2, "windowHeight": 603, "language": "zh_CN", "version": "6.5.3", "windowWidth": 375, "platform": "ios" }

To protect user privacy, Fundebug does not collect systemInfo by default. If developers need to collect systemInfo, they need to set the setSystemInfo property to true:

 

In addition to providing the most basic email alarm service, Fundebug also supports many third-party tools. Dare to open it all up? ^_^

 

you may be interested in

  1. Access the WeChat applet monitoring plug-in
  2. WeChat applet error monitoring supports user behavior backtracking

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324995147&siteId=291194637
Recommended