Enhancements
- Introduced bugsnag-plugin-android-apphang as a configurable alternative to ANR reporting based on heartbeat monitoring
#2332 Configuration.sendLaunchCrashesSynchronouslyshould result in fewer ANRs as it now calculates its timeout based onProcess.getStartElapsedRealtimewhen available
#2340- Added
ErrorOptionsandErrorCaptureOptionsto allow customisation of the the fields captured bynotify
#2328
Bug fixes
- Fixed the consumer proguard rules for
ErrorType(affects Kotlin Multiplatform apps), and added adontwarnfor apps with compileSdk < 36
#2326