Skip to content

Commit f259250

Browse files
committed
add alternate configuration option [netlify-build]
1 parent 25d6c39 commit f259250

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ If you’re troubleshooting and want to see real values while debugging, you can
253253

254254
Use this only in a safe testing environment: **disabling redaction can expose real user information (PII)**.
255255

256+
For persistent setups or automated testing, you can also control this behavior in code with:
257+
258+
```ts
259+
new SignalsPlugin({ disableSignalRedaction: true })
260+
```
261+
262+
For more information, see the [configuration options table](#configuration-options).
263+
256264
#### Emitting custom signals
257265

258266
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)