Skip to content

Commit 5961f3f

Browse files
rtrieuclaude
andauthored
[DOCS-14630] Document RUM event ingestion-to-visibility latency (#37624)
* [DOCS-14630] Document RUM event ingestion-to-visibility latency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Soften latency wording to avoid committing to a specific figure Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add troubleshooting link to setup start monitoring section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add retention filter nuance to RUM ingestion latency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * add link to retention filter page --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f26c7ac commit 5961f3f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

layouts/shortcodes/mdoc/en/sdk/setup/browser.mdoc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ To request support for a web server that is not listed here, [fill out this form
362362

363363
Visualize the [data collected][11] in [dashboards][12] or create a search query in the [RUM Explorer][5].
364364

365-
Your application appears as pending on the Applications page until Datadog starts receiving data.
365+
Your application appears as pending on the Applications page until Datadog starts receiving data. If data takes time to appear, see [Troubleshooting Browser SDK Issues][15].
366366

367367
[1]: /real_user_monitoring/
368368
[2]: /error_tracking/frontend/browser
@@ -378,4 +378,5 @@ Your application appears as pending on the Applications page until Datadog start
378378
[12]: /real_user_monitoring/platform/dashboards/
379379
[13]: /private-beta/rum-sdk-auto-injection/
380380
[14]: /real_user_monitoring/application_monitoring/browser/setup/client
381+
[15]: /real_user_monitoring/browser/troubleshooting/#data-to-the-datadog-intake
381382

layouts/shortcodes/mdoc/en/sdk/troubleshooting/browser.mdoc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ If data is being sent, you should see network requests targeting `api/v2/rum` (t
5151

5252
{% img src="real_user_monitoring/browser/troubleshooting/network_intake-1.png" alt="RUM requests to Datadog intake" /%}
5353

54+
After the data reaches the intake, availability in the Datadog UI depends on your retention filter configuration. If the session is retained, events typically appear in the RUM Explorer within a few seconds after the [retention decision][17] is made. Otherwise, it may take a few minutes.
55+
5456
## RUM cookies
5557

5658
The RUM Browser SDK relies on cookies to store session information and follow a [user session][7] across different pages. The cookies are first-party (they are set on your domain) and are not used for cross-site tracking. Here are the cookies set by the RUM Browser SDK:
@@ -153,3 +155,4 @@ A warning appears when deobfuscation fails for a stack trace. If the stack trace
153155
[14]: https://app.datadoghq.com/source-code/setup/rum
154156
[15]: /real_user_monitoring/guide/debug-symbols
155157
[16]: /real_user_monitoring/#technical-limitations
158+
[17]: /real_user_monitoring/rum_without_limits/retention_filters

0 commit comments

Comments
 (0)