Features:
- Add HTTP retry with exponential backoff, opt-in via
sentry_options_set_http_retry. (#1520) - Store minidump attachments as separate
.dmpfiles in the offline cache for direct debugger access. (#1607) - Enable metrics by default; metrics are now opt-out via
sentry_options_set_enable_metrics(options, false). (#1609)
Fixes:
- native: Fix crash daemon failing to detect crashes during OOM on Windows. (#1603)
- Fix
WinHttpReceiveResponsefailures being silently ignored, which could cause envelopes to be lost instead of retried or cached. (#1620) - Fix missing screenshot attachment in native backend envelope. (#1624)
- Replace
googlesourcesubmodules with GitHub ones. (#1628)- This fixes build-time failures where building sentry-native fails with HTTP 403 errors when fetching the zlib and lss libraries from Chromium.