Weex
Weex SDK supports automatic collection of errors and exception information in your application, helping you monitor application health status in real-time. This document will guide you through the quick integration and configuration of the SDK.
Prerequisites
If you have not yet created an account and application project, please complete registration and project creation before continuing with this documentation.
Core Features
The SDK provides the following core monitoring capabilities:
- Performance Monitoring: Collect page loading time, component rendering and other performance data
- Error Monitoring: Automatically capture JavaScript errors and native exceptions
- Network Monitoring: Monitor network request performance and success rate
- User Analysis: Record user operation behavior, device information, session tracking, etc., to reproduce problem scenarios
Integration Requirements
- Native Integration: Ensure that the native part of the embedded APP has integrated TingYun_SDK
- Weex Plugin: Install via npm and initialize the SDK in the project entry file
- Platform Support: Supports both iOS and Android platforms
Tip: After integration and running the application, monitoring data will typically be visible in the console within 5 minutes.
Quick Start
Please refer to the deployment documentation for detailed integration steps and configuration instructions.