Skip to content

Commit cebd2ac

Browse files
sarjyusufrtrieu
andauthored
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]>
1 parent 0c7b5eb commit cebd2ac

File tree

1 file changed

+8
-13
lines changed
  • content/en/real_user_monitoring/browser/setup

1 file changed

+8
-13
lines changed

content/en/real_user_monitoring/browser/setup/server.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@ The automatic installation method requires that you have the [Datadog Agent][2]
4040

4141
## Set up your RUM application
4242

43-
### Remote configuration
43+
### Remotely configure your RUM applications in Datadog
4444

45-
<div class="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).
4647

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:
5049

5150
- Session sampling rate
5251
- Session Replay sampling rate
@@ -55,8 +54,6 @@ You can configure the following settings without accessing any frontend or backe
5554
- Environment (attribute)
5655
- Service name (attribute)
5756

58-
If you want to manage RUM configurations in your web server, see [Non-remote configuration](#non-remote-configuration).
59-
6057
1. Make sure you have [Remote Configuration][42] enabled in Datadog.
6158
1. In Datadog, navigate to the [**Digital Experience > Add an Application Page**][1] and select the JavaScript (JS) application type.
6259
1. Select **Auto-Instrumentation**.
@@ -66,7 +63,7 @@ If you want to manage RUM configurations in your web server, see [Non-remote con
6663
1. Copy and run the command shown.
6764
1. Restart your web server.
6865

69-
### Non-remote configuration
66+
### Non-remote managed applications
7067

7168
<div class="alert alert-warning">To request support for a web server that is not listed here, <a href="https://www.datadoghq.com/private-beta/rum-sdk-auto-injection/">fill out this form.</a></div>
7269

@@ -254,19 +251,17 @@ Auto-Instrumentation leverages a Windows module that injects the RUM SDK into th
254251

255252
You can adjust your Session Sampling and Session Replay Sampling rates from the Application Management page.
256253

257-
### Remote configuration
258-
259-
<div class="alert alert-info">Remote Configuration is in Preview.</div>
254+
### Remotely manage your RUM applications in Datadog
260255

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.
262257

263258
To update configuration settings with remote configuration:
264259

265260
1. Go to your RUM application from the [Application Management][1] list.
266261
1. On the Instrument your application page, modify the desired configuration settings.
267262
1. Click **Save Changes**.
268263

269-
### Non-remote configuration
264+
### Non-remote managed applications
270265

271266
{{< tabs >}}
272267
{{% tab "NGINX" %}}

0 commit comments

Comments
 (0)