You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated some of the wording and removed explicit callouts to RC Preview (#28516)
* Updated some of the wording and removed explicit callouts to RC Preview
No need to explicitly call out Remote Configuration.
* Update content/en/real_user_monitoring/browser/setup/server.md
Co-authored-by: Rosa Trieu <[email protected]>
* Update content/en/real_user_monitoring/browser/setup/server.md
Co-authored-by: Rosa Trieu <[email protected]>
* Update content/en/real_user_monitoring/browser/setup/server.md
Co-authored-by: Rosa Trieu <[email protected]>
---------
Co-authored-by: Rosa Trieu <[email protected]>
Copy file name to clipboardexpand all lines: content/en/real_user_monitoring/browser/setup/server.md
+8-13
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,12 @@ The automatic installation method requires that you have the [Datadog Agent][2]
40
40
41
41
## Set up your RUM application
42
42
43
-
### Remote configuration
43
+
### Remotely configure your RUM applications in Datadog
44
44
45
-
<divclass="alert alert-info">Remote configuration for RUM is in Preview.</div>
45
+
Remotely manage your RUM application configurations directly from Datadog, after having them auto-instrumented with the RUM SDK.
46
+
If you want to manage RUM configs in your web server files instead, see [Non-remote managed applications](#non-remote-managed-applications).
46
47
47
-
Remote configuration allows you to manage configurations directly from the Datadog UI.
48
-
49
-
You can configure the following settings without accessing any frontend or backend code:
48
+
Configurations that can be remotely managed are as follows:
50
49
51
50
- Session sampling rate
52
51
- Session Replay sampling rate
@@ -55,8 +54,6 @@ You can configure the following settings without accessing any frontend or backe
55
54
- Environment (attribute)
56
55
- Service name (attribute)
57
56
58
-
If you want to manage RUM configurations in your web server, see [Non-remote configuration](#non-remote-configuration).
59
-
60
57
1. Make sure you have [Remote Configuration][42] enabled in Datadog.
61
58
1. In Datadog, navigate to the [**Digital Experience > Add an Application Page**][1] and select the JavaScript (JS) application type.
62
59
1. Select **Auto-Instrumentation**.
@@ -66,7 +63,7 @@ If you want to manage RUM configurations in your web server, see [Non-remote con
66
63
1. Copy and run the command shown.
67
64
1. Restart your web server.
68
65
69
-
### Non-remote configuration
66
+
### Non-remote managed applications
70
67
71
68
<divclass="alert alert-warning">To request support for a web server that is not listed here, <ahref="https://www.datadoghq.com/private-beta/rum-sdk-auto-injection/">fill out this form.</a></div>
72
69
@@ -254,19 +251,17 @@ Auto-Instrumentation leverages a Windows module that injects the RUM SDK into th
254
251
255
252
You can adjust your Session Sampling and Session Replay Sampling rates from the Application Management page.
256
253
257
-
### Remote configuration
258
-
259
-
<divclass="alert alert-info">Remote Configuration is in Preview.</div>
254
+
### Remotely manage your RUM applications in Datadog
260
255
261
-
To perform [remote configuration](#remote-configuration), you use the Datadog UI to modify application configurations without having to instrument any code.
256
+
To [remotely manage your RUM applications in Datadog](#remotely-manage-your-rum-applications-in-datadog), you use the Datadog UI to modify application configurations without having to instrument any code.
262
257
263
258
To update configuration settings with remote configuration:
264
259
265
260
1. Go to your RUM application from the [Application Management][1] list.
266
261
1. On the Instrument your application page, modify the desired configuration settings.
0 commit comments