-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PII Scrubbing usernames from paths for Attachments / Minidumps not working #4368
Comments
I will keep this issue open because we need to at least improve our docs around this topic. |
Query to surface PII rules with |
Limited attachment scrubbing is now enabled and documented here: https://docs.sentry.io/security-legal-pii/scrubbing/attachment-scrubbing/#attachment-source-selectors @gid-sentry feel free to reopen if any users still encounter issues. |
Using the code example above, I uploaded an event
The masking rule is defined like this:
logfile.txt attached to an event is not scrubbed: |
@MindWrapper thank you for the report, I will try to reproduce & get back to you. |
This PR should fix the use case above, I will roll it out on Monday at the latest: #4441 |
@MindWrapper the fix is deployed now, let me know if it works for you! |
Hey @jjbayer, thank you very much for the fix. It works as expected. |
Scrubbing seems to work for both attachment and event field for native crash events sent to /minidump endpoint via curl command.
Scrubbing does not work for "mannually" constructed event. Example:
Example links in Customer Case
[#4351 fix(pii): Fix scrubbing user paths in minidump debug modules](#4351)
did not fix it unfortunately
The text was updated successfully, but these errors were encountered: