Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 661b739

Browse files
authored
Merge pull request #2443 from splunk/adasplunk-O11YDOCS-6541
List the realms that we support for the Browser RUM agent.
2 parents a17561f + 797afbc commit 661b739

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

_includes/requirements/realm.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Browser RUM agent runs in the following realms:
2+
3+
- United States: ``us0``, ``us1``, ``us2``
4+
- Europe: ``eu0``, ``eu1``, ``eu2``
5+
- Asia-Pacific: ``au0``, ``jp0``

gdi/get-data-in/rum/browser/install-rum-browser.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Check compatibility and requirements
1919
.. include:: /_includes/requirements/browser.rst
2020

2121

22+
.. include:: /_includes/requirements/realm.rst
23+
24+
2225
.. _rum-browser-install:
2326

2427
Instrument your web application for Splunk RUM
@@ -194,7 +197,7 @@ Follow these steps to instrument and configure Splunk RUM using npm:
194197

195198
.. _loading-initializing_browser-rum:
196199

197-
Loading and initializing the Browser RUM agent
200+
Load and initialize the Browser RUM agent
198201
========================================================
199202

200203
To avoid gaps in your data, load and initialize the Browser RUM agent synchronously and as early as possible. Delayed loading might result in missing data, as the instrumentation cannot collect data before it's initialized.

0 commit comments

Comments
 (0)