Stop sending PII to Sentry
Closed this issue · 2 comments
pmac commented
I switched some calls to use key word arguments instead of positional (026ef57) so that the variables would be named something useful for filtering. I then added a list of variable names in the Sentry settings for basket apps to filter the content of:
email
token
fxa_id
amo_id
custom_id
payee_id
mobile_number
user
We should continue tweaking this list as we find more leaks, but in my testing this is working well.
pmac commented
This is all done in prod and things are looking good. I'll reopen this if I see new PII in Sentry.