Skip to content

Commit 68c7f52

Browse files
authored
feat(crashpad): wait-for-upload macOS support (#1679)
1 parent 72e83f0 commit 68c7f52

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
**Features**:
66

77
- Enable structured logs by default; logs are now opt-out via `sentry_options_set_enable_logs(options, false)`. ([#1673](https://github.com/getsentry/sentry-native/pull/1673))
8+
- Crashpad: add macOS support for the `crashpad_wait_for_upload` flag. ([#1679](https://github.com/getsentry/sentry-native/pull/1679), [crashpad#152](https://github.com/getsentry/crashpad/pull/152))
89

910
**Fixes**:
1011

include/sentry.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,8 +1840,8 @@ sentry_options_get_crash_reporting_mode(const sentry_options_t *opts);
18401840
* Enables a wait for the crash report upload to be finished before shutting
18411841
* down. This is disabled by default.
18421842
*
1843-
* This setting only has an effect when using the `crashpad` backend on Linux
1844-
* and Windows.
1843+
* This setting only has an effect when using the `crashpad` backend on Linux,
1844+
* Windows and macOS.
18451845
*/
18461846
SENTRY_API void sentry_options_set_crashpad_wait_for_upload(
18471847
sentry_options_t *opts, int wait_for_upload);

0 commit comments

Comments
 (0)