Features:
- Add
addAttachmentandclearAttachmentsto the NDKNativeScopeAPI for managing file and byte attachments via JNI. (#1584)
Fixes:
- inproc: only the handling thread cleans up after the crash. (#1579)
- Propagate transport options (
ca_certs,proxy,user_agent) andhandler_pathto the native backend crash daemon. Previously, the daemon did not receive SSL certificate or proxy settings from the parent process, causing SSL errors (curl code 60) when uploading crash reports. The daemon also ignored the user-configured handler path, requiring thesentry-crashbinary to be placed next to the application executable. (#1573) - Add module header pages to MemoryList and fix exception code in the native backend. (#1576)
- Fix
CHAIN_AT_STARThandler strategy crashing on Android when the chained Mono handler resets the signal handler and re-raises. (#1572)