Quick Start
Using Flashduty RUM requires just a few simple steps to start monitoring your frontend application performance.Basic Flow

Integration Steps
1
Create RUM Application
A RUM application is a container for frontend performance monitoring data. We recommend creating applications based on business systems or applications, such as: official website, e-commerce store, admin dashboard, etc.
- Go to the RUM application list page, click Create RUM Application
- Enter the application name, management team, access level, and alert configuration
- Click confirm to create
2
Integrate SDK
After creating the RUM application, you need to integrate the SDK into your application.
- Get SDK integration configuration information on the application details page
- Choose the appropriate integration guide based on your application type
Web
For web applications, supports CDN and npm integration methods
Android
For Android native apps, supports Gradle dependency integration
iOS
For iOS native apps, supports CocoaPods and SPM integration
3
Verify Data Reporting
After SDK integration is complete, the system will automatically collect the following data:
- Page Performance Metrics: Load time, first screen time, etc.
- Resource Loading Performance: JS, CSS, images, and other resources
- User Behavior Data: Clicks, scrolls, and other interactions
- Errors and Exceptions: JavaScript exceptions, network errors
- Network Request Performance: API call duration and status
Data usually appears in the console within 2-5 minutes.
Feature Experience
In the RUM console, you can use the following features:Performance Monitoring
View real-time performance data, analyze page loading bottlenecks
Error Tracking
Monitor JavaScript exceptions, quickly locate root causes
Session Replay
Replay user actions, reproduce problem scenarios
Data Query
Custom query and analyze monitoring data
Next Steps
- Data Collection - Learn about data types and storage strategies
- Advanced Configuration - Customize SDK behavior
- Troubleshooting - Solve common problems