I’m using the js package: “@sentry/browser”: “^5.12.1”,
If I have a console.log(‘test’), or even a Sentry.addBreadcrumb({message: ‘test’}) those message typically show up as “[Filtered]” in the stack trace of an error. Other times they actually show up in the stack trace as “test” - It’s not immediately clear what the pattern is for showing or filtering the message.
I understand the need to hide PII - but I’m not logging PII.
How do I disable this filtering?