Fixed
Changed
- (expo): Bump expo dependency versions to keep in sync #1103
- (react-native): Update bugsnag-cocoa to v6.2.2
- Support "foreground" duration in MacOS as well. bugsnag-cocoa#848
- Timestamp accuracy in reports has been increased from seconds to milliseconds. bugsnag-cocoa#847
- Calculation of "foreground" duration now also includes time in UIApplicationStateActive and UIApplicationStateInactive states in order to match Apple's definition of "foreground". bugsnag-cocoa#839
- (react-native): Update bugsnag-android to v5.2.2
- Avoid crash when initializing bugsnag in attachBaseContext bugsnag-android#953
- Prevent ConcurrentModificationException when setting redactedKeys bugsnag-android#947