Skip to content
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

Implement EventScrubber for PII scrubbing #646

Open
tonyo opened this issue Jun 1, 2023 · 0 comments
Open

Implement EventScrubber for PII scrubbing #646

tonyo opened this issue Jun 1, 2023 · 0 comments

Comments

@tonyo
Copy link
Member

tonyo commented Jun 1, 2023

Summary

Implement an event scrubber and scrub events before sending them to the server when SendDefaultPII is set to false (which is the default).

Motivation

Various event fields (request headers, request body, breadcrumbs, etc.) can be a source of PII. We should be more transparent and flexible about what data is stripped, in what cases, and how.

The respective RFC has been approved, and Python already has a reference implementation.

Additional Context

The issue of PII stripping has been already brought up multiple times: #248, #485

Related RFC: https://github.com/getsentry/rfcs/blob/main/text/0070-document-sensitive-data-collected.md

Also related to #169

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant