Skip to content

Commit

Permalink
Update platform-includes/configuration/event-scrubber/python.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
sl0thentr0py and vivianyentran committed Sep 23, 2024
1 parent 3eb4166 commit 7eb2b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-includes/configuration/event-scrubber/python.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The default scrubber implementation will run automatically and filter anything in the [`denylist`](https://github.com/getsentry/sentry-python/blob/4b361c5c008aec1a33cf521014edc0297fbf89c1/sentry_sdk/scrubber.py#L15-L56) from [potentially sensitive interfaces](/platforms/python/data-collected/) in the event payload. These are typically security values such as passwords, authentication, sessions, cookies and CSRF tokens.
The default scrubber implementation will run automatically and filter anything in the [`denylist`](https://github.com/getsentry/sentry-python/blob/4b361c5c008aec1a33cf521014edc0297fbf89c1/sentry_sdk/scrubber.py#L15-L56) from [potentially sensitive interfaces](/platforms/python/data-collected/) in the event payload. These are typically security values such as passwords, authentication, sessions, cookies, and CSRF tokens.

Additionally, if <PlatformIdentifier name="send-default-pii" /> is set to `False`, the scrubber will also filter from a separate `pii_denylist` that typically has PII values such as IP addresses.

Expand Down

0 comments on commit 7eb2b2e

Please sign in to comment.