Skip to content

Commit 6f29649

Browse files
authored
Document signal value obfuscation in web setup
Added section on signal value obfuscation and debug URL parameters.
1 parent 9c10901 commit 6f29649

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,18 @@ https://my-website.com?segment_signals_debug=false
232232

233233
### Advanced
234234

235+
#### Signal value obfuscation
236+
237+
By default the values processed in your user interaction signals are changed to default strings, integers, or booleans.
238+
239+
If you want to see real values during a debug session, add this URL parameter:
240+
241+
```
242+
https://my-website.com?segment_signals_debug=true&segment_signals_disable_redaction=true
243+
```
244+
245+
Keep in mind that sending real values may send Personally Identifiable Information (PII) of your user in debug mode.
246+
235247
#### Emitting custom signals
236248

237249
If you need to listen for data that is unavailable to the Signals plugin by default, you can create and emit a custom signal:

0 commit comments

Comments
 (0)