Skip to content

Commit e02eecb

Browse files
committed
fix links
1 parent 1c6630d commit e02eecb

11 files changed

Lines changed: 36 additions & 47 deletions

File tree

flashduty/en/2. RUM/1. Getting Started/2. Quick Start.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ A RUM application is a container for frontend performance monitoring data. We re
2323
2. Enter the application name, management team, access level, and alert configuration
2424
3. Click confirm to create
2525

26+
Visit [Application Management](https://docs.flashcat.cloud/en/flashduty/rum/application-management?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5) to learn more.
27+
2628
### Integrate the SDK
2729

2830
After creating a RUM application, you need to integrate the SDK into your application:
@@ -31,7 +33,8 @@ After creating a RUM application, you need to integrate the SDK into your applic
3133
2. Choose the appropriate SDK integration method based on your application type:
3234
- npm package import
3335
- CDN import
34-
3. Complete the integration configuration according to the SDK documentation
36+
37+
Visit [SDK Documentation](https://docs.flashcat.cloud/en/flashduty/rum/sdk-integration?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5) for detailed setup instructions.
3538

3639
### Data Reporting
3740

@@ -43,9 +46,9 @@ Once the SDK integration is complete, the system will automatically collect the
4346
- Errors and exceptions
4447
- Network request performance
4548

46-
### Feature Experience
49+
Visit [Data Collection](https://docs.flashcat.cloud/en/flashduty/rum/data-collection?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5) to learn about data types and storage policies.
4750

48-
<!-- ![2025-05-15-20-41-54](https://docs-cdn.flashcat.cloud/imges/png/b28b6692858dcf5d726800d2e7bd0857.png) -->
51+
### Feature Experience
4952

5053
In the RUM console, you can:
5154

@@ -54,22 +57,10 @@ In the RUM console, you can:
5457
3. Optimize performance metrics
5558
4. Monitor errors and exceptions
5659

57-
For detailed configuration instructions, please refer to the [RUM Configuration Guide](https://docs.flashcat.cloud/en/flashduty/rum/advanced-configuration?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5).
60+
Visit [Performance Monitoring](https://docs.flashcat.cloud/en/flashduty/rum/performance-overview?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5) and [Error Tracking](https://docs.flashcat.cloud/en/flashduty/rum/error-tracking-overview?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5) to learn more.
5861

5962
### Formal Subscription
6063

61-
:::tip
62-
Users with **subscription management** permissions can perform this operation.
63-
:::
64-
65-
New users will receive a 14-day free trial. After the trial period, you need to:
66-
67-
1. Go to the cost center
68-
2. Choose an appropriate subscription plan
69-
3. Complete the payment to continue using the service
70-
71-
::: tip
64+
Currently, the RUM service is in whitelist public beta, and all features are completely free. When the public beta ends, we will notify you to switch to a formal subscription or cancel the trial.
7265

73-
- Subscription fees are based on Session collection volume
74-
- You can view usage statistics in the console at any time
75-
:::
66+
When officially launched, RUM will be charged based on the number of Sessions, and a certain level of free quota will be provided.

flashduty/en/2. RUM/2. Applications/1. Application Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can quickly create an application through the RUM product guidance page
2727
- **Application Type**: Choose the frontend technology type for your application. Currently, only `JavaScript (JS)` is supported.
2828
- **Management Team**: Set the management team for the application. **Team members have full operational permissions for the application**, while non-creators have read-only access to the application's configuration.
2929
- **Geographic Information**: By default, automatic user data collection is enabled. If you need to disable automatic user data collection for client IP or geographic location data, turn off the geographic information collection switch. For details, see [RUM Browser Data Collection](https://docs.flashcat.cloud/en/flashduty/rum/data-collection?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5).
30-
- **Alert Configuration**: By default, alert notifications are automatically enabled to help you promptly handle errors. For details, see [Alert Notifications][06]
30+
- **Alert Configuration**: By default, alert notifications are automatically enabled to help you promptly handle errors. For details, see [Issue Alerting][https://docs.flashcat.cloud/en/flashduty/rum/issue-alerting?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5]
3131

3232
## SDK Configuration
3333

flashduty/en/2. RUM/2. Applications/4. Analysis Dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The performance analysis module focuses on full-chain monitoring of application
3535
- **XHR and Fetch Requests**: Analyze the loading performance of XHR and Fetch interfaces to locate slow interfaces.
3636
- **Static Resources**: Analyze the loading time of static resources to identify performance bottlenecks during application loading.
3737

38-
For more information about the displayed data, see [RUM Browser Data Collection][04].
38+
For more information about the displayed data, see [Data Collection][https://docs.flashcat.cloud/en/flashduty/rum/data-collection?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5].
3939

4040
### 3. Error Analysis — Fast Location and Diagnosis of Errors
4141

flashduty/en/2. RUM/4. Error Tracking/4. Source Mapping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ Flashduty RUM (Real User Monitoring) integrates `sourcemap` functionality, suppo
177177

178178
## Next Steps
179179

180-
- [Error Grouping](https://docs.flashcat.cloud/en/flashduty/rum/error-grouping?nav=flashduty-rum)
181-
- [Issue Status](https://docs.flashcat.cloud/en/flashduty/rum/issue-states?nav=flashduty-rum)
180+
- [Error Grouping](https://docs.flashcat.cloud/en/flashduty/rum/error-grouping?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5)
181+
- [Issue Status](https://docs.flashcat.cloud/en/flashduty/rum/issue-states?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5)

flashduty/en/2. RUM/4. Error Tracking/5. Error Grouping.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "RUM Error Grouping"
33
description: "Learn about Flashduty RUM's error grouping mechanism to improve issue identification efficiency."
44
date: "2024-05-09T10:00:00+08:00"
5-
url: "https://docs.flashcat.cloud/en/flashduty/rum/error-grouping?nav=flashduty-rum"
5+
url: "https://docs.flashcat.cloud/en/flashduty/rum/error-grouping?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5"
66
---
77

88
## Grouping Process
@@ -125,4 +125,4 @@ On the Flashduty platform, navigate to "Error Tracking" to view the list of aggr
125125
126126
## Next Steps
127127
128-
- [Issue Status](https://docs.flashcat.cloud/en/flashduty/rum/issue-states?nav=flashduty-rum)
128+
- [Issue Status](https://docs.flashcat.cloud/en/flashduty/rum/issue-states?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5)

flashduty/en/2. RUM/4. Error Tracking/6. Issue Status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "RUM Issue Status"
33
description: "Learn about Flashduty RUM Issue status transitions"
44
date: "2024-05-09T10:00:00+08:00"
5-
url: "https://docs.flashcat.cloud/en/flashduty/rum/issue-state?nav=flashduty-rum"
5+
url: "https://docs.flashcat.cloud/en/flashduty/rum/issue-state?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5"
66
---
77

88
## Overview
@@ -78,4 +78,4 @@ By effectively managing issue statuses, your team can focus on solving important
7878

7979
## Next Steps
8080

81-
- [Error Viewing](https://docs.flashcat.cloud/en/flashduty/rum/error-tracking-explorer?nav=flashduty-rum)
81+
- [Error Viewing](https://docs.flashcat.cloud/en/flashduty/rum/error-tracking-explorer?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5)

flashduty/en/2. RUM/4. Error Tracking/7. Issue Alerting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "RUM Issue Alerting"
33
description: "Learn how Flashduty RUM Issues trigger alerts"
44
date: "2024-05-20T10:00:00+08:00"
5-
url: "https://docs.flashcat.cloud/en/flashduty/rum/issue-alerting?nav=flashduty-rum"
5+
url: "https://docs.flashcat.cloud/en/flashduty/rum/issue-alerting?nav=01JCQ7A4N4WRWNXW8EWEHXCMF5"
66
---
77

88
## Overview

flashduty/zh/2. RUM/1. 快速开始/1. 入门介绍.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ url: "https://docs.flashcat.cloud/zh/flashduty/rum/introduction"
1313

1414
Flashduty RUM 让开发人员、运维工程师和业务相关方能够直观地了解应用性能,及时发现问题并持续优化用户体验,这一切都源于对终端用户浏览器数据的实时采集与分析。
1515

16+
:::tip
17+
当前RUM服务处于白名单测试阶段,您可以联系我们申请免费试用。
18+
:::
19+
1620
### 核心优势
1721

1822
1. **性能监控**:实时掌握页面加载时间、资源加载效率和 JavaScript 运行状况等关键性能指标,快速定位影响用户体验的瓶颈。

flashduty/zh/2. RUM/1. 快速开始/2. 快速开始.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ RUM 应用是承载前端性能监控数据的容器。我们建议按照业务
2121

2222
1. 进入 RUM 应用列表页,点击 **创建 RUM 应用**
2323
2. 输入应用名称、管理团队、访问级别和告警配置
24-
3. 点击确认创建
24+
3. 点击确认创建即可。
25+
26+
前往 [应用管理](https://docs.flashcat.cloud/zh/flashduty/rum/application-management) 了解更多。
2527

2628
### 接入 SDK
2729

@@ -31,7 +33,8 @@ RUM 应用是承载前端性能监控数据的容器。我们建议按照业务
3133
2. 根据您的应用类型,选择对应的 SDK 继承方式:
3234
- npm 包引入
3335
- CDN 引入
34-
3. 按照 SDK 文档完成集成配置
36+
37+
前往 [SDK 文档](https://docs.flashcat.cloud/zh/flashduty/rum/sdk-integration) 了解详细设置。
3538

3639
### 数据上报
3740

@@ -43,9 +46,9 @@ SDK 集成完成后,系统将自动收集以下数据:
4346
- 错误和异常信息
4447
- 网络请求性能
4548

46-
### 功能体验
49+
前往 [数据收集](https://docs.flashcat.cloud/zh/flashduty/rum/data-collection) 了解数据类型和存储策略。
4750

48-
<!-- ![2025-05-15-20-41-54](https://docs-cdn.flashcat.cloud/imges/png/b28b6692858dcf5d726800d2e7bd0857.png) -->
51+
### 功能体验
4952

5053
在 RUM 控制台中,您可以:
5154

@@ -54,22 +57,10 @@ SDK 集成完成后,系统将自动收集以下数据:
5457
3. 优化性能指标
5558
4. 监控错误和异常
5659

57-
详细的配置说明请参考[RUM 配置指南](https://docs.flashcat.cloud/zh/flashduty/rum/advanced-configuration)
60+
前往 [性能监控](https://docs.flashcat.cloud/zh/flashduty/rum/performance-overview)[异常追踪](https://docs.flashcat.cloud/zh/flashduty/rum/error-tracking-overview) 了解更多
5861

5962
### 正式订阅
6063

61-
:::tip
62-
拥有**订阅管理**权限的人员可以执行此操作。
63-
:::
64-
65-
新注册的用户将获得 14 天的免费试用期。试用期结束后,您需要:
66-
67-
1. 进入费用中心
68-
2. 选择合适的订阅方案
69-
3. 完成支付即可继续使用
70-
71-
::: tip
64+
当前 RUM 服务处于白名单公测阶段,所有功能完全免费。当公测结束,我们将会提醒您切换到正式订阅或取消试用。
7265

73-
- 订阅费用基于 Session 采集量计费
74-
- 您可以随时在控制台查看使用量统计
75-
:::
66+
正式上线后,RUM 将基于 Session 数量进行按量收费,并提供一定程度的免费额度。

flashduty/zh/2. RUM/2. 应用管理/4. 分析看板.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Flashduty RUM 分析看板提供了开箱即用的可视化仪表板,自动采
3535
- **XHR 和 Fetch 请求**:分析 XHR 和 Fetch 接口的加载性能,定位慢接口。
3636
- **静态资源**:分析静态资源的加载耗时,定位应用加载时的性能瓶颈。
3737

38-
有关显示数据的更多信息,请参阅[RUM 浏览器数据收集][04]
38+
有关显示数据的更多信息,请参阅[RUM 浏览器数据收集][https://docs.flashcat.cloud/zh/flashduty/rum/data-collection]
3939

4040
### 3. 异常分析 — 快速定位与诊断错误
4141

0 commit comments

Comments
 (0)