-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKType: Improvement
Milestone
Description
Problem Statement
Stemming from a discussion in discord and subsequent conversations with Vercel:
this can be caused by the
throw null throw 0 throw undefined
which would cause this lineif (err)
to not proceed
That’s why we’re stripping the confusing error message we were adding, but what’s your recommendation ?
Solution Brainstorm
Vercel has fixed to remove the unhelpful error in the example repo already
vercel/next.js#36902
we could do a captureMessage
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKType: Improvement