Luca Forstner
Luca Forstner
Honestly, this is very fishy and I struggle to understand what in the DefinePlugin may cause this (or rather how `__SENTRY_DEBUG__` & `__SENTRY_TRACING__` could be an issue). Would you mind...
@rvanlaarhoven Very odd but I am happy that v8 fixes this. I couldn't even think of any changes that could have influenced this 🤔 Closing the issue in the meanwhile....
@jnicklas responded over at https://github.com/getsentry/sentry-javascript/issues/11216. Let's keep the discussion there since this is just a tracking issue for ourselves to coordinate.
Update: With version 8 of the SDK and onwards, it is using v2 of the Webpack plugin.
Closing this to keep our issue stream clean. Feel free to ping us here if there are still any questions! Recommendation is to upgrade to v8 of the SDK.
@gustavojaviercastillo You have a `"@sentry/nextjs"` field in your package json, there you can replace the `7.x.x` with `8.23.0` which at the time of writing is the latest version. Don't forget...
@timfish I don't remember is it is expected behaviour that the local variables are only captured for the top frame?
I am wondering, how are basic auth headers ending up in the request to the tunnel endpoint? 🤔 The tunnel endpoint just forwards everything it receives. Can you adjust your...
@iscekic I don't think we can strip headers in Next.js rewrites. Would it be an option for you to just not use the tunnelRoute option inside your non-prod envs?
I don't think we will invest work into this for now, as it is essentially user behaviour to add this to the request and there is a very simple workaround...