Breadcrumbs I’ve created via the Javascript client API are often being reported as [Filtered] in the UI. Is it a bug, or somehow deliberate, or my misconfiguration?
Example screenshot: https://www.dropbox.com/s/gp3qztunkzj9v46/Screenshot%202016-11-08%2005.09.28.png?dl=0
I am pretty sure these are mine, created using this approach:
Raven.captureBreadcrumb({message: 'migrating newUser'});
2 Likes
This screenshot shows an extended example where a “Sentry” breadcrumb for an exception or promise rejection is also [Filtered]
: https://www.dropbox.com/s/nyle0s546t2osyi/Screenshot%202016-11-08%2005.13.22.png?dl=0
1 Like
It seems that sentry filters records that (potentially?) contain sensitive data such as user password. IDK what’s the logic under the hood.
https://botbot.me/freenode/sentry/2017-01-14/?page=1