From [the spec](http://sentry.readthedocs.org/en/latest/developer/client/index.html#scrubbing-data): > - Values where the keyname matches 'password', 'passwd', or 'secret'. > - Values that match the regular expression of `r'^(?:\d[ -]*?){13,16}$'` (credit card-like). > - Session cookies. > - The Authentication header (HTTP).