From d0de84012022f92610b435a01b1596e3c4cebda8 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Thu, 21 Nov 2024 15:27:48 +0100 Subject: [PATCH] feat(sdk): Request compression with `zstd` is supported --- develop-docs/sdk/overview.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/develop-docs/sdk/overview.mdx b/develop-docs/sdk/overview.mdx index e9c015acbf5b9..225693ce119a1 100644 --- a/develop-docs/sdk/overview.mdx +++ b/develop-docs/sdk/overview.mdx @@ -262,6 +262,7 @@ and Sentry: - `deflate`: Using [zlib](http://tools.ietf.org/html/rfc1950) structure with the [deflate](http://tools.ietf.org/html/rfc1951) compression algorithm. - `br`: Using the [Brotli](https://en.wikipedia.org/wiki/Brotli) algorithm. +- `zstd`: Using the [zstd](https://datatracker.ietf.org/doc/html/rfc8878) algorithm. ## Transfer Encoding