Issue
I have tried throwing errors in the console, but nothing is showing up in Sentry.
Applies To
- All SaaS Customers and Self-Hosted users
- Browser / JavaScript SDKs
Resolution
If you are using something like console.error()
, please keep in mind that you will need to use the CaptureConsole integration for this to work. If you're throwing errors in the browser console after inspecting the page, these errors cannot be caught by the Sentry SDK.