Issue
We are currently working with a software solution that has high requirements for compliance and privacy / handles sensitive data and PII. What data scrubbing options do we have?
Applies To
- All SaaS Customers
- Data Scrubbing
Resolution
By default, Sentry will only scrub any fields that are included in our Server Side Data Scrubbing (if it is enabled). If you want more fields to be scrubbed, you can add them to a Project's Settings > Security & Privacy > Additional Sensitive Fields (this can also be done globally through your Organization settings). Other things you can utilize are Advanced Data Scrubbing to redact sensitive information just before it is saved in Sentry, SDK Data Scrubbing so that data is not sent to Sentry, and Relay which acts as a middle layer between your application and sentry.io.