-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: sourcemaps being generated after 1.0.1-rc.2 through 1.0.1 (latest) do not work with Sentry to decode stack traces #3433
Comments
Hello @canopus1io. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️ |
Maybe related to web-infra-dev/rspack#7647 Can you provide more information for debugging? |
@canopus1io Can you check the correctness of the generated source map? Check where the source map is problematic. |
I have the same issue after web-infra-dev/rspack#7647. Source map genereated by [email protected] is about ~28MB, by [email protected] the source map is incomplete and only ~5MB. |
@gitim Please provide the a demo to reproduce the issue. |
Hey hi, guys 👋 Would like to refer for this comment: It seems that the issue is in Because when I'm disabling it or replacing |
As the issue was labelled with 由于该 issue 被标记为 "需要重现",但在 5 天内没有回应,因此该 issue 将被关闭。如果你有任何进一步的问题,请随时发表评论并重新打开该 issue。背景请参考 为什么需要最小重现。 |
Potentially related: our project's sourcemaps are all incomplete. E.g. in every chunk, every files has only a few lines covered with sourcemaps, the rest of the lines having empty mappings. Minification doesn't matter, but replacing SWC with Babel gives sourcemaps. Unfortunately couldn't yet reproduce in a small project. |
Should be fixed in the next release, see: web-infra-dev/rspack#7991 |
Version
Details
stack traces do no resolve correctly
I first discovered this issue with:
@rsbuild/[email protected]
I confirmed it works fine on:
@rsbuild/[email protected]
Reproduce link
not yet available
Reproduce Steps
not yet available
The text was updated successfully, but these errors were encountered: