Features
- Add option to attach raw tombstone protobuf on native crash events (#5446)
- Enable via
options.isAttachRawTombstone = trueor manifest:<meta-data android:name="io.sentry.tombstone.attach-raw" android:value="true" />
- Enable via
- Add API to clear feature flags from scopes (#5426)
- Add support to configure reporting historical ANRs via
AndroidManifest.xmlusing theio.sentry.anr.report-historicalattribute (#5387)