Skip to content

Commit

Permalink
docs: Add SENTRY_TRANSPORT_COMPRESSION to the README (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd authored Apr 4, 2024
1 parent 55b6761 commit 4df5326
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | | | | | |
Expand Down

0 comments on commit 4df5326

Please sign in to comment.