File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/connections/auto-instrumentation Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
237249If you need to listen for data that is unavailable to the Signals plugin by default, you can create and emit a custom signal:
You can’t perform that action at this time.
0 commit comments