ember-cli-deploy-sentry icon indicating copy to clipboard operation
ember-cli-deploy-sentry copied to clipboard

fix: correctly upload gzipped files

Open urbany opened this issue 7 years ago • 7 comments

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.

urbany avatar Dec 15 '16 11:12 urbany

getsentry/sentry#4677 has been merged

kmiyashiro avatar Dec 15 '16 19:12 kmiyashiro

Habe you had a chance to test this?

dschmidt avatar Dec 15 '16 19:12 dschmidt

Looks like something went wrong with https://github.com/getsentry/sentry/issues/4566#issuecomment-267460923

kmiyashiro avatar Dec 15 '16 23:12 kmiyashiro

@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 avatar Dec 16 '16 09:12 urbany

@urbany is this deployed now on sentry.io?

joshsmith avatar Jan 21 '17 19:01 joshsmith

@JoshSmith there's been no updates from sentry.io since my last comment. Still waiting.

urbany avatar Jan 26 '17 09:01 urbany

Woah, the situation is very sad. I will take care that we get a workaround soon.

dschmidt avatar Mar 23 '18 20:03 dschmidt