From 6a8e759512ab0d12cd8e5eafb4d5cc99f7163e35 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Thu, 4 Apr 2024 12:29:56 +0200 Subject: [PATCH] [Documentation] Add missed compile time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file Signed-off-by: Vitalii Koshura --- CHANGELOG.md | 4 ++++ README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bb6c022..558c446d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- [Documentation] Add missed compile time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file ([#976](https://github.com/getsentry/sentry-native/pull/976)) + ## 0.7.2 **Features**: diff --git a/README.md b/README.md index 2577e82c6..e4b533c64 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,9 @@ using `cmake -D BUILD_SHARED_LIBS=OFF ..`. - `SENTRY_BREAKPAD_SYSTEM` (Default: OFF): This instructs the build system to use system-installed breakpad libraries instead of using the in-tree version. +- `SENTRY_TRANSPORT_COMPRESSION` (Default: OFF): + Adds Gzip transport compression. Requires `zlib`. + | Feature | Windows | macOS | Linux | Android | iOS | | ---------- | ------- | ----- | ----- | ------- | --- | | Transports | | | | | |