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

Commit 838890b

Browse files
committed
chore: add info
1 parent 138b126 commit 838890b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use the following settings to configure the Browser RUM agent:
8787
- Activates debug logging in the developer console. The default value is ``false``.
8888
* - ``persistence``
8989
- ``'cookie'`` | ``'localStorage'``
90-
- Specifies where session data should be stored. The default value is ``cookie``. Available from version ``0.20.0``.
90+
- Specifies where session data should be stored. Local storage can be used 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``.
9191
* - ``disableBots``
9292
- Boolean
9393
- Disables tracking of bots. The default value is ``false``. Available from version ``0.20.0``.

0 commit comments

Comments
 (0)