Features:
- Enable structured logs by default; logs are now opt-out via
sentry_options_set_enable_logs(options, false). (#1673) - Crashpad: add macOS support for the
crashpad_wait_for_uploadflag. (#1679, crashpad#152) - Add experimental support for large attachment uploads, opt-in via
sentry_options_set_enable_large_attachments. (#1545)
Fixes:
- Fix event ownership (potential double-decref) in sentry_capture_minidump. (#1669)
- Guard against internal stringbuilder append and reserve size overflows. (#1672)
- Preserve attachments added during crash handling (#1687)
- Fix build-time warnings with C++ builds. (#1671)
- Native: respect the
shutdown_timeoutoption in the daemon. (#1691)