Skip to content

Commit 8b4ac1e

Browse files
rtrieuestherk15
authored andcommitted
[DOCS-10586] Updates to RUM Dashboard, Session Replay, and Feature Flags (#28800)
* update dashboard images * Address Arti feedback * update menu file w correct link * update video
1 parent d8f80df commit 8b4ac1e

File tree

11 files changed

+12
-18
lines changed

11 files changed

+12
-18
lines changed

config/_default/menus/main.en.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7486,7 +7486,7 @@ menu:
74867486
identifier: rum_session_replay_browser
74877487
weight: 502
74887488
- name: Privacy Options
7489-
url: real_user_monitoring/session_replay/privacy_options
7489+
url: real_user_monitoring/session_replay/browser/privacy_options
74907490
parent: rum_session_replay_browser
74917491
identifier: rum_session_replay_privacy_options
74927492
weight: 102

content/en/real_user_monitoring/feature_flag_tracking/_index.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ By enriching your RUM data with feature flag data, you can:
2525

2626
## Supported frameworks
2727

28-
Feature flag tracking is available in the RUM Browser SDK. To start, set up [RUM browser monitoring][2]. You need the Browser RUM SDK version >= 4.25.0.
28+
Feature flag tracking is available in the RUM Browser, iOS, Android, Flutter, and React Native SDK. To start, [set up RUM monitoring for browser or mobile][1].
2929

30-
You can start collecting feature flag data for [custom feature flag management solutions][3], or using one of our integration partners.
30+
You can start collecting feature flag data for [custom feature flag management solutions][2], or using one of Datadog's integration partners.
3131

3232
We support integrations with:
3333

@@ -48,12 +48,6 @@ To get started with feature flags, set up feature flag tracking for the browser
4848

4949
{{< partial name="whats-next/whats-next.html" >}}
5050

51-
[1]: /real_user_monitoring/setup/
52-
[2]: /real_user_monitoring/browser#setup
53-
[3]: /real_user_monitoring/feature_flag_tracking/setup/?tab=browser#custom-feature-flag-management
54-
[4]: https://app.datadoghq.com/rum/feature-flags
55-
[5]: /real_user_monitoring/session_replay/browser/
56-
[6]: /real_user_monitoring/error_tracking/explorer/#explore-your-issues
57-
[7]: https://app.datadoghq.com/rum/explorer
58-
[8]: /dashboards/
59-
[9]: /monitors/#create-monitors
51+
52+
[1]: https://docs.datadoghq.com/real_user_monitoring/feature_flag_tracking/setup/
53+
[2]: /real_user_monitoring/setup/?tab=npm#custom-feature-flag-management

content/en/real_user_monitoring/platform/dashboards/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ further_reading:
1313

1414
When you create a RUM application, Datadog [collects data][1] and generates dashboards about your application's performance, errors, resources, and user sessions.
1515

16-
{{< img src="real_user_monitoring/rum-performance-summary-2.png" alt="RUM Application Overview page" style="width:90%;" >}}
16+
{{< img src="real_user_monitoring/dashboards/rum-dashboards-performance-summary.png" alt="RUM Application Overview page" style="width:90%;" >}}
1717

1818
Access your RUM dashboards by filtering for `RUM` in the search query of the [**Dashboard List**][2] or from your application summary pages (**Digital Experience > Performance Summary** and **Digital Experience > Product Analytics > Analytics Summary**).
1919

20-
{{< img src="real_user_monitoring/dashboards/available_rum_dashboards-2.png" alt="Out-of-the-box RUM Dashboards" style="width:90%;" >}}
20+
{{< img src="real_user_monitoring/dashboards/available-rum-dashboards.png" alt="Out-of-the-box RUM Dashboards" style="width:90%;" >}}
2121

2222
{{< whatsnext desc="You can explore the following out-of-the-box RUM dashboards:" >}}
2323
{{< nextlink href="/real_user_monitoring/platform/dashboards/performance" >}}<u>Performance Overviews</u>: See a global view of your website/app performance and demographics. {{< /nextlink >}}
@@ -38,7 +38,7 @@ The generated RUM dashboards automatically contain a set of default template var
3838

3939
To explore individual events, click on a graph and click **View RUM events**. This redirects you to the RUM Explorer with pre-selected search filters.
4040

41-
{{< img src="real_user_monitoring/dashboards/view_rum_events.mp4" alt="View RUM events" video=true style="width:80%;" >}}
41+
{{< img src="real_user_monitoring/dashboards/rum-view-events-2.mp4" alt="View RUM events" video=true style="width:80%;" >}}
4242

4343
### Customize dashboards
4444

content/en/real_user_monitoring/session_replay/browser/privacy_options.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ After updating your configuration, you can override elements of your HTML docume
5353

5454
Setting `defaultPrivacyLevel` to `mask` mode masks all HTML text, user input, images, links and [`data-*` attributes][1]. Text on your application is replaced with `X`, rendering the page into a wireframe.
5555

56-
{{< img src="real_user_monitoring/session_replay/mask-mode-fixed.png" alt="Mask mode" style="width:70%;">}}
56+
{{< img src="real_user_monitoring/session_replay/browser-privacy-mask-all.png" alt="Mask mode" style="width:100%;">}}
5757

5858
**Note**: Masked data is not stored on Datadog servers.
5959

6060
### Mask user input mode
6161

6262
Masks most form fields such as inputs, text areas, and checkbox values while recording all other text as is. Inputs are replaced with three asterisks (`***`) and text areas are obfuscated with space-preserving `x` characters.
6363

64-
{{< img src="real_user_monitoring/session_replay/mask-user-input-v2.png" alt="Mask user input mode" style="width:70%;">}}
64+
{{< img src="real_user_monitoring/session_replay/browser-privacy-mask-input.png" alt="Mask user input mode" style="width:100%;">}}
6565

6666
### Allow mode
6767

6868
Records everything unmasked.
6969

70-
{{< img src="real_user_monitoring/session_replay/allow.png" alt="Allow mode" style="width:70%;">}}
70+
{{< img src="real_user_monitoring/session_replay/browser-privacy-allow-all.png" alt="Allow mode" style="width:100%;">}}
7171

7272
## Privacy options
7373

Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading

0 commit comments

Comments
 (0)