Changed
- (react-native): Update bugsnag-cooca to v6.12.2
- Stop dropping breadcrumbs when provided invalid metadata (that is not JSON convertible.) bugsnag-cocoa#1187
- Fix Swift fatal error parsing for messages with no filename. bugsnag-cocoa#1186
- Fix a regression where the session was not captured at launch if Bugsnag was started before
willFinishLaunchingWithOptions
in iOS apps that do not adopt the UIScene life-cycle. bugsnag-cooca#1180
- (react-native): Update bugsnag-android to v5.13.0
- Capture breadcrumbs for OkHttp network requests
bugsnag-android#1358
bugsnag-android#1361
bugsnag-android#1363
bugsnag-android#1379 - Update project to build using Gradle/AGP 7
bugsnag-android#1354 - Increased default breadcrumb collection limit to 50
bugsnag-android#1366 - Support integer values in buildUuid
bugsnag-android#1375 - Use SystemClock.elapsedRealtime to track
app.durationInForeground
bugsnag-android#1375
- Capture breadcrumbs for OkHttp network requests