Features:
- Enable experimental
nativebackend on Xbox. (#1666) - Cache consent-revoked envelopes to disk when
cache_keeporhttp_retryis enabled, instead of discarding them. Withhttp_retry, the cached envelopes are sent automatically once consent is given. (#1542) - Linux: support 32-bit ARM. (#1659)
- Crashpad: capture handler process log output to
<run>/crashpad-handler.log, matching the SDK'sdebugverbosity. (#1658)
Fixes:
- Linux: handle
ENOSYSinread_safelyto fix empty module list in seccomp-restricted environments. (#1655) - macOS: avoid stdio deadlock in breakpad exception handler. (#1656)
- Crashpad: build for 32-bit ARM on Linux. (#1659)
- Native: build for 32-bit ARM on Linux. (#1659)
- Inproc: build vendored libunwind for 32-bit ARM on Linux. (#1659)
- Native: build for 64-bit ARM on Linux with musl. (#1665)
- Native/Linux: prevent shared memory leak on crash. (#1664)
- Native: skip scope flush during crash handling. (#1668)