Breaking changes:
- Return type of
sentry_capture_minidump()andsentry_capture_minidump_n()changed fromvoidtosentry_uuid_tto retrieve the event-id for a successful minidump upload. (#1138)
Features:
- Ensure support for
http_proxyandhttps_proxyenvironment variables across all transports. (#1111)
Fixes:
- Ensure that
sentry_capture_minidump()fails if the provided minidump path cannot be attached, instead of sending a crash event without minidump. (#1138) - Fix Xbox OS name being reported incorrectly. (#1148)
Thank you: