Skip to content

Commit

Permalink
[Documentation] Add missed compile time flag SENTRY_TRANSPORT_COMPRES…
Browse files Browse the repository at this point in the history
…SION description to the README.md file

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Apr 4, 2024
1 parent 55b6761 commit 3d5678f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

Check failure on line 1 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / danger / danger

Please consider adding a changelog entry for the next release.

Check notice on line 1 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / danger / danger

### Instructions and example for changelog Please add an entry to `CHANGELOG.md` to the "Unreleased" section. Make sure the entry includes this PR's number. Example: ```markdown ## 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)) ``` If none of the above apply, you can opt out of this check by adding `#skip-changelog` to the PR description.

## Unreleased

**Fixes**:
- Add missed compile time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file

## 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 3d5678f

Please sign in to comment.