Luca Forstner

Results 729 comments of Luca Forstner

@mydea I did some digging around this issue a while ago and I think we have to play around with [enableLegacyTypeScriptModuleInterop](https://github.com/alangpierce/sucrase#transforms:~:text=enableLegacyTypeScriptModuleInterop).

Even though we are not working on this right now, we still shouldn't close it. The issue has 20 thumbs.

> Would this flag still be stored under the same globalThis._sentryModuleMetadata or use an extra global store for this? Under the hood I think it would still make use of...

Hi, thanks for reporting this. We will take a look!

Thanks for taking a look! Just to make the process of fixing this a bit quicker would you be able to give a pointer where that logic would have to...

> Is this still needed? [#336 (comment)](https://github.com/vercel/nft/pull/336#issuecomment-1443925199) Not from our side (Sentry SDK). I'll of course leave it up to you if you still want to implement this for the...

One question: Did you look at the `sources` field of the uploaded artifact (in Sentry) or the local file? `sourcemaps.rewriteSources` only affects the uploaded artifacts.

@niksy okay thank you! I will take a look.

@niksy Hey, I just took another look. I realized you were using `uploadLegacySourcemaps` to upload the source maps. The upload process that is kicked off when using that option does...

Took a look at this. Unfortunately, due to the restrictive nature of the esbuild plugin API we will probably not get debug ID injection working in combination with `splitting: true`....