Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99167b1

Browse files
committedOct 1, 2020
Update bugsnag-android to v5.2.1
1 parent 2e05394 commit 99167b1

File tree

70 files changed

+252
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+252
-293
lines changed
 

Diff for: ‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010

1111
- (react-native): Allow plugins to be set in the JS layer. [#1064](https://github.com/bugsnag/bugsnag-js/pull/1064)
1212
- (expo): Add support for Expo SDK v39 [#1052](https://github.com/bugsnag/bugsnag-js/pull/1052)
13+
- (react-native): Update bugsnag-android to v5.2.1
14+
- Support changing Event's api key in OnErrorCallback
15+
[bugsnag-android#928](https://github.com/bugsnag/bugsnag-android/pull/928)
16+
- Ensure device ID is set separately to the user ID
17+
[bugsnag-android#939](https://github.com/bugsnag/bugsnag-android/pull/939)
18+
- Improve stack traces and grouping for promise rejections on React Native < 0.63.2
19+
[bugsnag-android#940](https://github.com/bugsnag/bugsnag-android/pull/940)
20+
- Prevent ConcurrentModificationException thrown from Metadata class
21+
[bugsnag-android#935](https://github.com/bugsnag/bugsnag-android/pull/935)
22+
- Prevent incorrect merge of nested maps in metadata
23+
[bugsnag-android#936](https://github.com/bugsnag/bugsnag-android/pull/936)
24+
- Improve stack traces and grouping for React Native promise rejections
25+
[bugsnag-android#937](https://github.com/bugsnag/bugsnag-android/pull/937)
1326

1427
## 7.3.5 (2020-09-16)
1528

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f648211e4e79dbb57ce796c579c53772b6be480e
1+
ff3c8b66c08dfe1f68360b22b67613137be00e8b

0 commit comments

Comments
 (0)
Please sign in to comment.