Luca Forstner
Luca Forstner
What's up everybody, we finally released version `7.31.0` of the SDK which adds support for Next.js middleware. To get errors and transactions for your middleware, simply update the SDK to...
@mrgnou Hi, can you share a small reproduction example? Thanks!
> @lforst Thanks for the feature! However I run my nextjs app in a personal instance not in Vercel. So I don't actually need this config file I think, but...
@chirva-ivan the newest version should print information on which event processor dropped the event if you turn on `debug: true` in `Sentry.init`.
Please note that error messages can also include PII so we should think twice about actually doing this.
I should learn how to read. Yes this is a great idea!
@cpatti97100 did you try the new undici instrumentation out yet? We're looking into using it for the Sentry Node.js SDK, and implicitly the Sentry Next.js SDK.
I think the root issue here is that we have an issue in Next.js with the basePath setting in combination with source maps. If we fix that you can set...
> is that https://github.com/getsentry/sentry-javascript/issues/9057? @jessetan Mayyybee? I am not sure. It's good to know though that you're not configuring a `basePath`. Another question: Are you using some kind of monorepo...
Hi, this looks like a bug in your webpack configuration. There is indeed a syntax error in the output in the terminal but this is not code that is in...