Skip to content

Commit 60fac2c

Browse files
authored
Clarify debug URL parameter behavior in documentation
Updated the explanation of the debug URL parameter behavior to clarify that it stays active in session storage until the tab or window is closed.
1 parent 85994d1 commit 60fac2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/auto-instrumentation/web-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ User activity is not collected by default after SDK installation. To collect act
219219
```
220220
https://my-website.com?segment_signals_debug=true
221221
```
222-
Loading the site with this debug URL parameter saves a cookie onto that device that sends activities and expires in 24 hours. The URL parameter does not need to be present on each page load.
222+
Loading the site with this debug URL parameter stays active in session storage until the tab or window is closed. Within a session the URL parameter does not need to be present on each page load.
223223

224224
You can _turn off debugging_ by doing:
225225

0 commit comments

Comments
 (0)