Version Requirements
Feature Compatibility
trackPerformance is enabled by default, but performance APIs are handled defensively in the SDK source code. If the base library does not support wx.getPerformance or the page instance does not support setUpdatePerformanceListener, basic page, action, request, and error events can still be collected.Supported Platforms
Development Tool and Build Requirements
When integrating through npm, build npm dependencies in WeChat DevTools:- Run
npm install @flashcatcloud/fc-sdk-miniprogramin the Mini Program project root - Open the project in WeChat DevTools
- Run Tools > Build npm
- Confirm that the generated
miniprogram_npmcan be referenced by Mini Program code
Related Pages
SDK Integration
Install and initialize the WeChat Mini Program RUM SDK.
Advanced Configuration
Configure proxying, tracing, sessions, and manual instrumentation.
Data Collection
Learn which page, action, request, error, and performance data the SDK collects automatically.