Luca Forstner

Results 720 comments of Luca Forstner

@alessandro-newzoo can you share the content of the `sources` field in your source map? I think that is generally where that path comes from.

Sorry, I was at react conf last week so this kinda slipped. I'll make sure this gets merged. Thanks for the bump!

@DeeepDev what SDK version are you using? Is the debug ID in the event payload?

@DeeepDev It is documented here! https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/#:~:text=JavaScript%20SDK%20version%207.46.0%20or%20lower and here https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/webpack/#automatic-setup:~:text=This%20guide%20assumes%20you%20are%20using%20a%20Sentry%20SDK%20on%20version%207.47.0%20or%20higher

@DCzajkowski yeah we do not recommend relying on this object. It is internal API and does not follow semver.

This is on our backlog but still not on our immediate roadmap. Now would be the perfect time to contribute as we are preparing a new major release, meaning you...

Some facts: - The latest Next.js@10 version was released 3 years ago and has about 10k weekly downloads (I pulled this number during Christmas week so actual is probably 3-4x)....

Update: We may have a plan to use `@vercel/otel` to instrument performance in Next.js. This would require us to bump the minimum Next.js version to at least 13.

I think I have settled on this topic. Because we will rely heavily on OpenTelemetry going forward, we should use the first Next.js version that also supports OTel. I have...