Config to Disable email, username and ip address logging in raven-python

Hi all,

Im looking into preventing Sentry from automatically capturing the email, username or ipaddress information in Django.

I can see it captures the information here:

but it doesn’t immediately look possible to disable this via configuration. Does anyone have any clever ideas on how this might be possible? With GDPR coming soon its quite important that this can be easily configured.

Thanks