Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 9c54fc3

Browse files
committed
Release v2.9.0
1 parent 89bb4b6 commit 9c54fc3

4 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
Changelog
22
=========
33

4+
## 2.9.0 (2018-01-26)
5+
6+
This release includes features and fixes to the native interface.
7+
8+
### Enhancements
9+
10+
* Allow disabling of breadcrumbs via the `Configuration` object via the JS
11+
interface
12+
* Upgrade bugsnag-android to v4.3.1:
13+
- *Enhancements:*
14+
- Move capture of thread stacktraces to start of notify process
15+
- Add configuration option to disable automatic breadcrumb capture
16+
- Parse manifest meta-data for Session Auto-Capture boolean flag
17+
- *Bug Fixes:*
18+
- Fix possible ANR when enabling session tracking via
19+
`Bugsnag.setAutoCaptureSessions()` and connecting to latent networks.
20+
[#231](https://github.com/bugsnag/bugsnag-android/pull/231)
21+
- Fix invalid payloads being sent when processing multiple Bugsnag events
22+
in the same millisecond
23+
[#235](https://github.com/bugsnag/bugsnag-android/pull/235)
24+
- Re-add API key to error report HTTP request body to preserve backwards
25+
compatibility with older versions of the error reporting API
26+
[#228](https://github.com/bugsnag/bugsnag-android/pull/228)-
27+
* Upgrade bugsnag-cocoa to v5.15.3:
28+
- *Bug Fixes:*
29+
- Remove chatty logging from session tracking
30+
[#231](https://github.com/bugsnag/bugsnag-cocoa/pull/231)
31+
[Jamie Lynch](https://github.com/fractalwrench)
32+
- Re-add API key to payload body to preserve backwards compatibility with older
33+
versions of the error reporting API
34+
[#232](https://github.com/bugsnag/bugsnag-cocoa/pull/232)
35+
[Jamie Lynch](https://github.com/fractalwrench)
36+
- Fix crash in iPhone X Simulator when reporting user exceptions
37+
[#234](https://github.com/bugsnag/bugsnag-cocoa/pull/234)
38+
[Paul Zabelin](https://github.com/paulz)
39+
- Improve capture of Swift assertion error messages on arm64 devices, inserting
40+
the assertion type into the report's `errorClass`
41+
[#235](https://github.com/bugsnag/bugsnag-cocoa/pull/235)
42+
- Fix default user/device ID generation on iOS devices
43+
- Fix mach exception detection
44+
445
## 2.8.0 (2018-01-09)
546

647
### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bugsnag exception reporter for React Native
2-
[![Documentation](https://img.shields.io/badge/documentation-2.8.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.9.0-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
33

44
Automatic [React Native error 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

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 16
99
targetSdkVersion 23
1010
versionCode 4
11-
versionName '2.8.0'
11+
versionName '2.9.0'
1212
}
1313
}
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.8.0",
6+
"version": "2.9.0",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)