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

Commit 9121917

Browse files
committed
feat: add persistence
1 parent 18424a7 commit 9121917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ 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. The default value is ``cookie``. Available from version ``0.20.0``.
8891
* - ``disableBots``
8992
- Boolean
9093
- Disables tracking of bots. The default value is ``false``. Available from version ``0.20.0``.

0 commit comments

Comments
 (0)