Skip to content

Commit 497367e

Browse files
committed
feat: crashpad_wait_for_upload Windows support
1 parent 54cede9 commit 497367e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
- Provide `before_send_transaction` callback. ([#1236](https://github.com/getsentry/sentry-native/pull/1236))
1313
- Add support for capturing events with local scopes. ([#1248](https://github.com/getsentry/sentry-native/pull/1248))
14+
- Add Windows support for the `crashpad_wait_for_upload` flag. ([#1255](https://github.com/getsentry/sentry-native/pull/1255), [crashpad#126](https://github.com/getsentry/crashpad/pull/126))
1415

1516
**Fixes**:
1617

include/sentry.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,8 @@ SENTRY_API void sentry_options_set_system_crash_reporter_enabled(
13741374
* Enables a wait for the crash report upload to be finished before shutting
13751375
* down. This is disabled by default.
13761376
*
1377-
* This setting only has an effect when using the `crashpad` backend on Linux.
1377+
* This setting only has an effect when using the `crashpad` backend on Linux
1378+
* and Windows.
13781379
*/
13791380
SENTRY_API void sentry_options_set_crashpad_wait_for_upload(
13801381
sentry_options_t *opts, int wait_for_upload);

0 commit comments

Comments
 (0)