As of 7.6.0 the monorepo contains @bugsnag/react-native-cli
, a new command line tool to help set up Bugsnag in React Native projects.
Added
- (react-native-cli): New
@bugsnag/react-native-cli
package. #1214 - (react-native): Source map upload script to be run as an Xcode build phase. #1214
Changed
- (expo):
app.type
will now default to 'ios' or 'android'. 1244 - (react-native): Deprecate use of
bugsnag-react-native.gradle
in favour of Bugsnag Android Gradle Plugin. #1214 - (react-native): Update bugsnag-cocoa to v6.5.1
- Fix a regression where OOM events were missing session information. bugsnag-cocoa#963
- Make
maxPersistedEvents
andmaxPersistedSessions
default to 32 and 128, respectively. bugsnag-cocoa#966