Breaking changes:
- Return type of
sentry_capture_minidump()
andsentry_capture_minidump_n()
changed fromvoid
tosentry_uuid_t
to retrieve the event-id for a successful minidump upload. (#1138)
Features:
- Ensure support for
http_proxy
andhttps_proxy
environment 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: