You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/auto-instrumentation/web-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ User activity is not collected by default after SDK installation. To collect act
219
219
```
220
220
https://my-website.com?segment_signals_debug=true
221
221
```
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.
0 commit comments