Skip to content
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

Implement request compression #3

Open
aglitchman opened this issue Jan 19, 2022 · 0 comments
Open

Implement request compression #3

aglitchman opened this issue Jan 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@aglitchman
Copy link
Member

aglitchman commented Jan 19, 2022

Is your feature request related to a problem? Please describe.
SDKs are heavily encouraged to compress the request body before sending it to the server to keep the data small.

The following content encodings are accepted by Sentry:

  • gzip: Using the LZ77 compression algorithm.
  • deflate: Using zlib structure with the deflate compression algorithm.
  • br: Using the Brotli algorithm.

Describe the solution you'd like
Implement Deflate compression of outgoing data.

https://defold.com/ref/zlib/

@aglitchman aglitchman added the enhancement New feature or request label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant