Sentry v7 breaking entire js system in Next.js #38935
-
Is it possible to make Next.js bundler transpile Sentry package into ES5? I upgraded my Sentry to v7 but they say they default Sentry in the release notes here say this:
I am using Typescript next template. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@Noitidart are you using Next Js with TypeScript or JavaScript ? {
"compilerOptions": {
"target": "es5", // or "es6"
}
} |
Beta Was this translation helpful? Give feedback.
-
See getsentry/sentry-javascript#5452 for further discussion and getsentry/sentry-javascript#5472 for a fix. |
Beta Was this translation helpful? Give feedback.
See getsentry/sentry-javascript#5452 for further discussion and getsentry/sentry-javascript#5472 for a fix.