ember-cli-deploy-sentry
ember-cli-deploy-sentry copied to clipboard
fix: correctly upload gzipped files
Fixes #26
Added a config gzippedFiles
, which by default is context.gzippedFiles
(provided by ember-cli-deploy-gzip).
We need to wait until https://github.com/getsentry/sentry/pull/4677 is merged and deployed to properly test this.
getsentry/sentry#4677 has been merged
Habe you had a chance to test this?
Looks like something went wrong with https://github.com/getsentry/sentry/issues/4566#issuecomment-267460923
@dschmidt I tested that the request is properly sending the content-encoding: gzip
header for the files present in context.gzippedFiles
but haven't tested it with sentry.io yet since it isn't fixed on their side.
@urbany is this deployed now on sentry.io?
@JoshSmith there's been no updates from sentry.io since my last comment. Still waiting.
Woah, the situation is very sad. I will take care that we get a workaround soon.