Replies: 2 comments 6 replies
-
We require |
Beta Was this translation helpful? Give feedback.
-
If you can't or do not want to use the Next.js SDK, I recommend calling To enable the Please note that going this route will drastically degrade your Sentry experience for various reasons (unparameterized transaction names, and unproper routing instrumentation come to mind). Instead, you might want to just disable the webpack plugin and the implicit CLI call for |
Beta Was this translation helpful? Give feedback.
-
The problem with @sentry/nextjs is that it bundles the webpack plugin, which bundles the @sentry/cli. The latter breaks our build cache and we don't want to use it.
Is there a simple way to just use @sentry/react?
Beta Was this translation helpful? Give feedback.
All reactions