-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Compress sourcemaps before uploading to server #29534
Comments
As mentioned above, note that sentry-cli requires Sentry to handle uncompression first before we implement it there, so this is not sentry-cli issue "just yet". |
Routing to @getsentry/team-webplatform for triage. ⏲️ |
Putting to Backlog per your comment @kamilogorek, if wrong please adjust. 🙏 |
Closing in favor of getsentry/sentry-cli#2181. Please not, however, we already perform some compression when uploading via chunked uploading (which should be the default with Sentry SaaS and all modern versions of self-hosted Sentry). I believe the compression is performed on individual chunks, rather than the entire file. |
Problem Statement
I'm on a bad internet connection and it takes ages to upload files to the server using
releases [..] files [VERSION] upload-sourcemaps
Solution Brainstorm
Most source maps can have a 5x reduction in size when gzipped.
Can you implement this functionality so that sentry-cli compresses files in-memory before uploading them to the server?
The text was updated successfully, but these errors were encountered: