Skip to main content

Quick Start

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

Basic Flow

Flashduty RUM Integration 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.
  1. Go to the RUM application list page, click Create RUM Application
  2. Enter the application name, management team, access level, and alert configuration
  3. Click confirm to create
Go to Application Management to learn more configuration options.
2

Integrate SDK

After creating the RUM application, you need to integrate the SDK into your application.
  1. Get SDK integration configuration information on the application details page
  2. 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