File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
gdi/get-data-in/rum/browser Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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. 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
You can’t perform that action at this time.
0 commit comments