Fixes
- Fix use-after-free crash in
SentrySDKInternal.isEnabled(#8310) - Fix dropped
platformitem header in profile-chunk envelopes (#8269) - Fix crash report ID generation so reports created at certain timestamps are not ignored (#8216)
- Fix C++ exception capture on newer OS versions by page-aligning
mprotectcalls in the__cxa_throwswapper (#8221) - Fix client report discarded-event counts for categories reported in quantities greater than one (e.g. spans): each drop now adds the full dropped quantity instead of incrementing by one (#8230)
- Rename extended app start span operation from
app.start.extended_app_starttoapp.start.extended(#8220) - Fix unsynchronized debug-mode access in the binary image cache (#8309)