This repository was archived by the owner on Sep 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- ## 2.X.X (TBD )
4+ ## 2.10.1 (2018-07-20 )
55
66This release simplies the installation and quick setup process to do all
77configuration in JavaScript, provided that React Native is the primary way to
@@ -10,8 +10,8 @@ a larger native app). [See the integration guide updated configuration
1010instructions] ( https://docs.bugsnag.com/platforms/react-native/#basic-configuration ) .
1111
1212For applications using React Native to serve a few components (but not the whole
13- app), there is a new [ Native integration
14- guide] ( https://docs.bugsnag.com/platforms/react-native/native-integration-guide / )
13+ app), there is a new [ Enhanced native integration
14+ guide] ( https://docs.bugsnag.com/platforms/react-native/enhanced- native-integration/ )
1515with additional configuration steps to ensure every crash is captured and
1616reported.
1717
Original file line number Diff line number Diff line change 11# Bugsnag exception reporter for React Native
2- [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.10.0 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.10.1 -blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
33
44Automatic [ React Native crash reporting] ( https://www.bugsnag.com/platforms/react-native-error-reporting/ ) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps.
55
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
1313 targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
1414 versionCode 4
15- versionName ' 2.10.0 '
15+ versionName ' 2.10.1 '
1616 }
1717}
1818
Original file line number Diff line number Diff line change 33 "homepage" : " https://www.bugsnag.com/platforms/react-native-error-reporting/" ,
44 "repository" : " https://github.com/bugsnag/bugsnag-react-native.git" ,
55 "bugs" : " https://github.com/bugsnag/bugsnag-react-native/issues" ,
6- "version" : " 2.10.0 " ,
6+ "version" : " 2.10.1 " ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments