getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
378 stars 164 forks source link

[Documentation] Add missed compile time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file #976

Closed AenBleidd closed 3 months ago

supervacuus commented 3 months ago

Thanks @AenBleidd!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.59%. Comparing base (55b6761) to head (6a8e759).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #976 +/- ## ========================================== + Coverage 82.55% 82.59% +0.03% ========================================== Files 53 53 Lines 7505 7505 Branches 1206 1206 ========================================== + Hits 6196 6199 +3 + Misses 1196 1194 -2 + Partials 113 112 -1 ```