Hacker News new | ask | show | jobs
by aleph- 1731 days ago
I am curious what type of data they're sending to sentry?

Could be some leakage there, don't think sentry does PII scrubbing of any kind either iirc.

1 comments

It tries to scrub passwords and secret keys based on some text filters by default, but it can be configured to scrub arbitrary data (via a hook in the sdk).