getsentry / sentry-native

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

fix: check file-writer construction when writing envelope to path #1036

Closed supervacuus closed 3 months ago

supervacuus commented 3 months ago

fixes #1035.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 83.78%. Comparing base (a762b23) to head (e9b664a). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1036 +/- ## ========================================== + Coverage 83.75% 83.78% +0.02% ========================================== Files 53 53 Lines 5510 5512 +2 Branches 1197 1198 +1 ========================================== + Hits 4615 4618 +3 + Misses 782 781 -1 Partials 113 113 ```