Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- [N/A] Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/nextjs
Version:
6.12.0
Description
When an error causes a crash in NextJS, it is not reported to Sentry, even though the error is logged in the Chrome/browser console.
Reproducable Demo can be found here: https://github.com/zacharypodbela/sentry-nextjs-crash-demo
- The above demo is a vanilla NextJS installation with Sentry installed. The only custom code added is the button that causes an intentional TypeError in the frontend.