You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capture exceptions from failing async calls (e.g. the ones sending transactions) because they're not in the global or app contexts (instead scoped to each Promise)
It appears Sentry only picks up internal app errors (e.g. fatal React errors) right now.
What we should do:
We may also want to catch server-side errors, as https://leerob.io/blog/configuring-sentry-for-nextjs-apps suggests.
The text was updated successfully, but these errors were encountered: