Skip to content

Commit ae0b99c

Browse files
authored
Update debug mode instructions in web-setup.md
Clarify the process for enabling debug mode and collecting user activity.
1 parent 8a9ab8e commit ae0b99c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ After integrating the SDK and running your app, verify that Segment is collectin
214214

215215
#### Enable debug mode
216216

217-
Values sent to the signals API are redacted by default.
218-
This adds a local storage key. To disable redaction, add a magic query string:
217+
User activity is not collected by default after SDK installation. To collect activity for use in building event rules, append the segment_signals_debug=true URL parameter.
219218

220219
```
221220
https://my-website.com?segment_signals_debug=true

0 commit comments

Comments
 (0)