Overview
A RUM application is a container for frontend performance monitoring data, used to collect, store, and analyze real user experience data from frontend applications. An application represents a monitored frontend project, which can be a website, mobile app, or single-page application. Each application has its own uniqueapplicationId and clientToken, used to identify data sources and ensure data security. After the application is created, you need to integrate the SDK into your frontend code to start data collection and monitoring.
Application Permissions
To meet the data security requirements of different business scenarios, RUM applications provide flexible access level settings:| Access Level | Visibility | Applicable Scenarios |
|---|---|---|
| Public | Visible to all users in the account, can view data and handle Issues | General business applications |
| Private | Only visible to creator, account administrator, and owner account | Sensitive business data |
In private applications, if other members need to view content, they can be temporarily authorized to access it by sharing the incident link.
Create Application

Select Application Type
Select the frontend technology type corresponding to the application, currently supporting JavaScript (JS)、Android、iOS.
Configure Geo-information
By default, automatic collection of user geo-location data is enabled. To disable automatic collection of client IP or geo-location data, turn off the geo-information collection switch.See Data Collection.
Configure Alerts
By default, alert notifications are automatically enabled to facilitate timely handling of errors.See Issue Alerts.
SDK Configuration
You can modify parameters and preview the initialization code in real-time in Application Configuration > SDK Configuration to quickly integrate the SDK.Service Definition
A service is an independent, deployable code repository that maps to a set of pages.- Monolithic Application
- Micro-frontend/Multi-page Application
If your application is built as a whole, your RUM application only needs one service name.