Features:
- Add strict trace continuation via
sentry_options_set_strict_trace_continuation. (#1663) - Auto-populate
event.user.idwith a persistent per-installation UUID when no explicit user ID is set. (#1661) - Add cache keep modes, including
SENTRY_CACHE_KEEP_ALWAYSto cache envelopes regardless of upload result. (#1707) - Crashpad: add error log for oversized envelopes (HTTP 413 Content Too Large). (#1706, crashpad#155)
- Crashpad: support modifying attachments after
sentry_initon macOS. (#1705, crashpad#153) - Add
cache_direnvelope header for external crash reporters. (#1698) - Add
sentry_attachment_set_typeandSENTRY_ATTACHMENT_TYPE_*macros for standard Sentry attachment types. (#1700)- Deprecate
sentry_options_add_view_hierarchy*in favor ofsentry_attach_file*withsentry_attachment_set_type.
- Deprecate
Fixes: