diff --git a/gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst b/gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst index eca3e93b5..58ec28ced 100644 --- a/gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst +++ b/gdi/get-data-in/rum/browser/configure-rum-browser-instrumentation.rst @@ -85,6 +85,15 @@ Use the following settings to configure the Browser RUM agent: * - ``debug`` - Boolean - Activates debug logging in the developer console. The default value is ``false``. + * - ``persistence`` + - ``'cookie'`` | ``'localStorage'`` + - 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``. + * - ``disableBots`` + - Boolean + - Disables tracking of bots. The default value is ``false``. Available from version ``0.20.0``. + * - ``disableAutomationFrameworks`` + - Boolean + - Disables tracking of automation frameworks. The default value is ``false``. Available from version ``0.20.0``. .. _browser-rum-instrumentation-settings: