There are some types of exceptions that can't be caught by @sentry/nextjs
#3543
Labels
Package: nextjs
Issues related to the Sentry Nextjs SDK
Package + Version
@sentry/browser
@sentry/node
raven-js
raven-node
(raven for node)Version:
Description
Exceptions that do not jump to an error page, such as the following, can be correctly detected by Sentry.
However, Sentry will not detect exceptions that redirect to error pages, such as the following, if you only set
@sentry/nextjs
.Does the developer need to include code on the _error page to notify Sentry, as in the following sample?
https://github.com/vercel/next.js/blob/canary/examples/with-sentry/pages/_error.js
The text was updated successfully, but these errors were encountered: