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.15.0 (2019-03-07)
5+
6+ * Add stopSession() and resumeSession() to Client [ #314 ] ( https://github.com/bugsnag/bugsnag-react-native/pull/314 )
7+
8+ * (Android) Upgrade to bugsnag-android v4.12.0
9+
10+ ### Enhancements
11+
12+ * Add stopSession() and resumeSession() to Client
13+ [ #429 ] ( https://github.com/bugsnag/bugsnag-android/pull/429 )
14+
15+ ### Bug fixes
16+
17+ * Prevent overwriting config.projectPackages if already set
18+ [ #428 ] ( https://github.com/bugsnag/bugsnag-android/pull/428 )
19+
20+ * Fix incorrect session handledCount when notifying in quick succession
21+ [ #434 ] ( https://github.com/bugsnag/bugsnag-android/pull/434 )
22+
23+ * (Cocoa) Upgrade to bugsnag-cocoa v5.19.0
24+
25+ Note for Carthage users: this release updates the Xcode configuration to the settings recommended by Xcode 10.
26+
27+ * Update workspace to recommended settings suggested by XCode 10
28+ [ #324 ] ( https://github.com/bugsnag/bugsnag-cocoa/pull/324 )
29+
30+ ### Enhancements
31+
32+ * Add stopSession() and resumeSession() to Bugsnag
33+ [ #325 ] ( https://github.com/bugsnag/bugsnag-cocoa/pull/325 )
34+
35+ * Capture basic report diagnostics in the file path in case of crash report
36+ content corruption
37+ [ #327 ] ( https://github.com/bugsnag/bugsnag-cocoa/pull/327 )
38+
439## 2.14.0 (2019-01-23)
540
641* (Android) Upgrade to bugsnag-android v4.11.0
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.14 .0-blue.svg )] ( http://docs.bugsnag.com/platforms/react-native/ )
2+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-2.15 .0-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 @@ -18,7 +18,7 @@ android {
1818 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
1919 targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
2020 versionCode 4
21- versionName ' 2.14 .0'
21+ versionName ' 2.15 .0'
2222 consumerProguardFiles ' proguard-rules.pro'
2323 }
2424}
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.14 .0" ,
6+ "version" : " 2.15 .0" ,
77 "license" : " MIT" ,
88 "main" : " index.js" ,
99 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments