Skip to content

Commit b1aeba9

Browse files
Update platform-includes/configuration/event-scrubber/python.mdx
Co-authored-by: vivianyentran <[email protected]>
1 parent 3eb4166 commit b1aeba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/platforms/python/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you enable this option, be sure to manually remove what you don't want to sen
111111

112112
<ConfigKey name="event-scrubber">
113113

114-
Scrubs the event payload for sensitive information such as cookies, sessions, and passwords from a `denylist`. It can additionally be used to scrub from another `pii_denylist` if <PlatformIdentifier name="send-default-pii" is disabled. See how to [configure the scrubber here](../../data-management/sensitive-data/#event-scrubber).
114+
Scrubs the event payload for sensitive information such as cookies, sessions, and passwords from a `denylist`. It can additionally be used to scrub from another `pii_denylist` if <PlatformIdentifier name="send-default-pii" /> is disabled. See how to [configure the scrubber here](../../data-management/sensitive-data/#event-scrubber).
115115

116116
</ConfigKey>
117117

platform-includes/configuration/event-scrubber/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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.
1+
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.
22

33
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.
44

0 commit comments

Comments
 (0)