Closed redshoga closed 1 year ago
Noticing the same issue here.
Same here.
Adding custom _error.js is a workaround for me.
This issue is over a year old.
Is this still reproducible in the latest version of the SDK? If so, does this answer how to overcome this?
closing issue for now, since there are a number of at least seemingly related issue we have in the backlog as well. We can re-open if needed
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