React Native Application Monitoring
React Native SDK supports automatic collection of errors and exception information in hybrid applications, 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 load time, component rendering, network requests and other performance data
- Error Monitoring: Automatically capture JavaScript errors, Native Crash and exception information
- Distributed Tracing: Support link tracing to monitor interactions between multiple services or applications
- User Analysis: Record user operation behavior, device information, session tracking, etc., to reproduce problem scenarios
Deployment Methods
Supports deployment for two project types:
- Pure React Native Projects: Install SDK through NPM and configure Transform
- Native + React Native Hybrid Projects: Need to integrate both native SDK (Android/iOS) and React Native Bundle
Tip: After integration and running the application, monitoring data will typically be visible in the console within 5 minutes.
Quick Start
Please refer to React Native Deployment Guide or React Native Bundle Deployment for detailed integration steps.