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

Commit ca0e71a

Browse files
Merge pull request #1693 from amertak/feat/rum-new-api
feat(rum): add new API for rum browser agent
2 parents 58fdea0 + 598ad94 commit ca0e71a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ Use the following settings to configure the Browser RUM agent:
8585
* - ``debug``
8686
- Boolean
8787
- Activates debug logging in the developer console. The default value is ``false``.
88+
* - ``persistence``
89+
- ``'cookie'`` | ``'localStorage'``
90+
- Specifies where session data should be stored. Use 'localStorage' in environments without cookie support. Local storage has a limitation of not being able to track sessions across subdomains. The default value is ``cookie``. Available from version ``0.20.0``.
91+
* - ``disableBots``
92+
- Boolean
93+
- Disables tracking of bots. The default value is ``false``. Available from version ``0.20.0``.
94+
* - ``disableAutomationFrameworks``
95+
- Boolean
96+
- Disables tracking of automation frameworks. The default value is ``false``. Available from version ``0.20.0``.
8897

8998
.. _browser-rum-instrumentation-settings:
9099

0 commit comments

Comments
 (0)