Skip to content

Commit c615efb

Browse files
fix(scrubbing): Mention default data scrubbing settings (#9431)
Link to the default scrubbed filters from the ** selector in the data scrubbing sources docs.
1 parent 0fa6554 commit c615efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/data-management-settings/scrubbing/advanced-datascrubbing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Sentry does not know if a local variable that looks like a credit card number ac
7575

7676
Selectors allow you to restrict rules to certain parts of the event. This is useful to unconditionally remove certain data by event attribute, and can also be used to conservatively test rules on real data. A few examples:
7777

78-
- `**` to scrub everything
78+
- `**` to scrub [all default event PII fields](/product/data-management-settings/scrubbing/server-side-scrubbing/event-pii-fields/) (other fields, like `span.description`, require specific selectors)
7979
- `$error.value` to scrub in the exception message
8080
- `$message` to scrub the event-level log message
8181
- `extra.'My Value'` to scrub the key `My Value` in "Additional Data"

0 commit comments

Comments
 (0)