Sentry with Next13 experimental #6279
Unanswered
razvan-soare
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know next 13 is all new and different but im wondering if anyone got Sentry to work with the new App files and the new error.ts file.
Before when it was in _error.ts i saw from example that we were calling
Sentry.captureUnderscoreErrorException(contextData);
but under the new error page we dont have the context data anymore. Did anyone managed to get next13 working with sentry or any idea what function should i call to register the custom errors that im catching in error.ts
Tried to use
Sentry.captureException(error);
instead but it does not get recorded in my sentry dashboard 🤔 am i doing it wrong ?thank you
Beta Was this translation helpful? Give feedback.
All reactions