Luca Forstner
Luca Forstner
@xr0master > work a little bit harder, and one day, you will become one of them doing my best! > In any case, I doubt that anyone will give you...
I have a feeling that it's [this PR](https://github.com/getsentry/sentry-javascript/pull/10492) because with that one onwards we started storing scopes on spans. I haven't investigated yet but we may have a bunch of...
@Lms24 since he mentioned that this is a Next.js app any express handler shenanigans are unlikely (though not impossible). @sarunast I'd be interested in whether you have any more involved...
@AbhiPrasad I think it is this change where we introduce strong references to scopes on spans https://github.com/getsentry/sentry-javascript/pull/10492
Hm, I am not sure if our Next.js and Electron SDKs allow for interoperability like that...
@andirsun honestly I don't know. Gut feeling wise you should pick either or - probably electron. Ofc you're gonna miss out on some features but the two SDKs are not...
@andirsun If the error is sent looking at the network tab, something else might be going on. Maybe you have filters in place or you are out of quota.
Adding: It seems like our brew target publishes pre-release versions, like alphas, as latest. Which is no bueno.
Hi, thanks for writing in! The reason the integration currently doesn't support `cause` is because that field is not enumerable and we're simply iterating over all of the fields when...
@yuvi-pc Correct. I would advise against using the any build arguments for auth tokens as that will bake the auth tokens into the image. Instead I recommend using build secrets:...