-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Events fail to send when compression is enabled #71
Comments
This is strange. I've tested against Sentry.io which is also Sentry 9 and it works properly. |
It turns out you need to enable on a reverse proxy, support to chunked transfer encoding. For example, if you are using sentry.io has it enabled, that's why the SDK works fine with the SaaS version. After a discussion internally it was decided to buffer the request to be able to get the |
* Default option now uses Content-Length * Resolves #71
* Default option now uses Content-Length * Resolves #71
Just merged the change: https://github.com/getsentry/sentry-dotnet/pull/73/files |
I am seeing this in the debug log:
Here is the code I am running;
I have an on-premise 9.0.0 server.
The following code successfully sends issues:
The text was updated successfully, but these errors were encountered: