Closed norflin321 closed 4 months ago
Hi, can you share more information? The website, a Sentry event, your setup, debug logs when setting debug: true
, ideally a reproduction example? Thanks!
Is this fixed by #556?
@Fox32 Yeah that might very likely be it. @norflin321 @keithgg-carebit @dhenneke (I saw you guys gave this a thumb). Would you mind trying out version 2.20.1
or higher? Thanks!
@lforst looks like that fixed it. I can confirm that the correct number of artifacts are uploaded (with the broken version the number was half), but I haven't checked if the source maps are actually linked properly.
I'll ping you if that's not the case.
Awesome! I'm gonna close this issue until then. Feel free to ping us here any time.
@sentry/browser
to version8.10.0
and@sentry/vite-plugin
to version2.19.0
, code in issues on sentry website is shown minified. Sourcemaps are uploaded correctly, sourceMappingURL is correct, debugId is correct.@sentry/browser
version8.9.2
and@sentry/vite-plugin
version2.18.0
, works correct!is this expected behavior? what steps need to be taken to upgrade to new versions?