-
Notifications
You must be signed in to change notification settings - Fork 51
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
incompatibility with gzip plugin #8
Comments
i've tried adding |
This is odd, I have zero issues with the gzip plugin used alongside ember-cli-deploy-sentry. Will need to investigate... |
What exactly is the issue you're seeing? Any errors I can try to reproduce? |
Sure, when
|
Up until recently, sentry swallowed these errors silently.. see here: getsentry/sentry@3124ce5 |
Interesting, wondering why it works for me then |
Although this should work of course .. here's a workaround that might work for you: use the keep option of ember-cli-deploy-gzip and configure your webserver to serve .gz files if present (c.f. https://www.npmjs.com/package/ember-cli-deploy-gzip#keep) for nginx the config option is gzip_static: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html |
Does this issue remain? Or is it maybe fixed with the juggling around of hooks? |
Closing, due to inactivity |
sentry doesn't support gzipped source maps, so when used in combination with the gzip plugin, the source maps/js files aren't useful. Is there a way to make this plugin send the source files before they get gzipped?
The text was updated successfully, but these errors were encountered: