Luca Forstner
Luca Forstner
For anybody running into this, as a workaround, try not to point `tsc` to your build config.
If your error is properly source-mapped, the URL comes from the `sources` field inside your source maps. There might be some slight normalization that we do to it. If your...
There was a slight change in how we pre-process the sources field. You can control the way the sources field is processed with the `sourcemaps.rewriteSources` option: https://www.npmjs.com/package/@sentry/webpack-plugin#sourcemapsrewritesources
Hm, we probably need to rethink our default rewriting logic here. Putting on backlog.
I think this is a valid request. I can't promise that we'll be able to provide an `entry` value because the plugin injects on an output chunk basis, so we...
Hi, that's a great suggestion. Feel free to open a PR if you find the time. I have one non-trivial ask though: If you implement support for rspack, please extend...
One additional note though: It won't be that much of a priority of ours to merge contributions because the numbers for rspack are simply not quite there yet.
130k downloads is not a lot in the grand scheme of things. I don't think we have a hard threshold but also not enough people have asked for it to...
@hardfist I am curious, did you try it out? Is it actually working?
Thanks for raising this. This is very valid feedback! I put this on our backlog because I am currently roped into other things.