You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Describe the solution you'd like
Implement Deflate compression of outgoing data.
https://defold.com/ref/zlib/
The text was updated successfully, but these errors were encountered: