Luca Forstner

Results 710 comments of Luca Forstner

Task list to remove internal usage of deprecated APIs: https://github.com/getsentry/sentry-javascript/issues/10100

Generally speaking, the wizard shouldn't be ran in the root of a workspace - I guess this is a docs issue we need to resolve.

@michael-ravelhq Did the wizard not ask you which package manager you are using?

Do we need to add timeouts to our transports?

We are currently lacking reproduction for this. Are you doing any sort of manual instrumentation? The SDK might pick up variables which can't be GCd.

What is in the response payload for the request? If it says something along the lines of "cors" you may need to check your "Allowed Domains" settings in your project....

No, unfortunately not. However, it is on our very-short-term roadmap. I might even start working on it today!

Ok, good news and bad news. - Good news: I figured out source mapping for middleware and edge functions: https://github.com/getsentry/sentry-javascript/pull/9454 - Bad news: It's currently not possible on Vercel. I...

Issue on the vercel repo for context: https://github.com/vercel/vercel/issues/10829

@jenwoodson Yes you are running into the same issue. Stack traces and source maps on Vercel are inherently broken for tools like Sentry and to fix this, Vercel would need...