Closed renepupil closed 1 month ago
Hey @renepupil, when did you notice this issue starting? Did it appear after upgrading Sentry CLI? If so, is there an older Sentry CLI version that works?
We downgraded our curl
dependency in 2.36.1 due to an issue, does 2.36.0 work for you?
@szokeasaurusrex Thanks for the quick response, 2.36.0 works!
Thank you very much!
So I guess we can use fixed version 2.36.0
for now, but hope you check for a fix for future versions...
when did you notice this issue starting? Did it appear after upgrading Sentry CLI?
I guess it started with a new sentry version we use npm install -g @sentry/cli && npm update -g @sentry/cli
in a script.
> Found 6 files
> Analyzing 6 sources
> Analyzing completed in 0.023s
> Rewriting sources
> Rewriting completed in 0.179s
> Adding source map references
> Bundling completed in 0.653s
> Bundled 6 files for upload
> Bundle ID: <ID>
> Optimizing completed in 0.029s
> Uploading completed in 0.497s
> Uploaded files to Sentry
> Processing completed in 0.074s
> File processing complete
> Organization: <org>
> Project: <project>
> Release: 2.13.2
> Dist: None
> Upload type: artifact bundle
Source Map Upload Report
Scripts
~/app/2.13/<module>/assets/index-legacy-jtx53sui.js (sourcemap at index-legacy-jtx53sui.js.map)
~/app/2.13/<module>/assets/index-u9onhc0c.js (sourcemap at index-u9onhc0c.js.map)
~/app/2.13/<module>/assets/polyfills-B0erBpCs.js (no sourcemap ref)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/app/2.13/<module>/assets/polyfills-B0erBpCs.js)
~/app/2.13/<module>/assets/polyfills-legacy-DjlTE9fn.js (no sourcemap ref)
- warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/app/2.13/<module>/assets/polyfills-legacy-DjlTE9fn.js)
Source Maps
~/app/2.13/<module>/assets/index-legacy-jtx53sui.js.map
~/app/2.13/<module>/assets/index-u9onhc0c.js.map> Found 6 files
Ok @renepupil, glad to hear this workaround works. I will have to investigate further to find a good solution; I could revert the change in 2.36.1, but then this bug would come back, which is not ideal.
I am at a conference through tomorrow, so I will only be able to think about this further from Thursday this week.
Our Linux CI runners are affected by this as well
Our Linux CI runners are affected by this as well
Good to know @webmozart.
Are you also able to work around the issue by downgrading to Sentry CLI 2.36.0?
Hi, Our CI was also affected. Downgrading to 2.36.0 helped.
@Jamira40 thanks for letting us know
We are planning to bump curl-sys
to the latest version, which should hopefully fix this issue, since the issue originally arose after a downgrade of curl-sys
in an attempt to solve a different issue (#2148).
Change seems to work, thanks
CLI Version
2.36.1
Operating System and Architecture
Operating System Version
Ubuntu 24.04.1 LTS
Link to reproduction repository
No response
CLI Command
Exact Reproduction Steps
Run the command above on a Linux I guess, I think I can NOT expose company details, therefore I replaced any with placeholders.
MacOS of a colleague of mine seems to work, so I guess it is a Linux specific issue.
Expected Results
Succesful upload of source maps.
Actual Results
Error:
Logs
Again I replaced all company related information with placeholders
<...>
: