Fixed
- (plugin-console-breadcrumbs): Ensure console breadcrumbs do not run in Expo's dev environment and obscure log line numbers #1453
- (browser): "Bugsnag" loaded breadcrumb now has the type "state" rather than "navigation" #1460
- (plugin-react-native-unhandled-rejections): Remove flow syntax #1461
Added
- (expo): User ID now defaults to
device.id
if no user is set #1454 - (browser): User ID now defaults to
device.id
if no user is set (whencollectUserIp=false
) #1456 - (react-native-cli): Suggests Bugsnag Android Gradle Plugin v7 dependency if we detect the project uses AGP v7 #1445
Changed
- (react-native): Update bugsnag-cocoa to v6.10.0
- Fix an issue that could cause C++ exceptions with very long descriptions to not be reported. bugsnag-cocoa#1137
- Improve performance of adding metadata by using async file I/O. bugsnag-cocoa#1133
- Improve performance of leaving breadcrumbs by using async file I/O. bugsnag-cocoa#1124