-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v7.10.2 #1431
Merged
Merged
Release v7.10.2 #1431
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix RN 0.63 navigation CI
Split TESTING.md down for each platform
Add e2e tests for React Native 0.64 on Android
test(react-native): Enable Hermes on Android for RN0.64
fix(react-native): Only include codeBundleId in payload when it has a value
…format fix(react-native): Copy RN's internal logging for unhandled rejections
deps(react-native): Update bugsnag-cocoa to v6.9.4
Bump bugsnag-android dependency to v5.9.4
|
Minified | Minfied + Gzipped | |
---|---|---|
Before | 41.14 kB |
12.66 kB |
After | 41.14 kB |
12.66 kB |
± | No change | No change |
code coverage diff
Ok | File | Lines | Branches | Functions | Statements |
---|---|---|---|---|---|
🔴 | /home/runner/work/bugsnag-js/bugsnag-js/packages/plugin-react-native-unhandled-rejection/rejection-handler.js | 84.21% (-15.79%) |
62.5% (-19.32%) |
100% (+0%) |
86.36% (-13.64%) |
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
82.32%(-0.05%) | 71.67%(-0.12%) | 83.42%(-0.02%) | 81.36%(-0.04%) |
imjoehaines
approved these changes
Jun 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed
Changed
notify()
. bugsnag-cocoa#1102 bugsnag-cocoa#1104 bugsnag-cocoa#1105-[BugsnagApp deserializeFromJson:]
if main Mach-O image could not be identified, and improve reliability of identification. bugsnag-cocoa#1097 bugsnag-cocoa#1101-ObjC
linker flag if linking Bugsnag as a static library. bugsnag-cocoa#1098bugsnag-android#1233
bugsnag-android#1260
bugsnag-android#1258
bugsnag-android#1262
bugsnag-android#1263
codeBundleId
in payload if it has a value #1426