-
Notifications
You must be signed in to change notification settings - Fork 255
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.9.6 #1387
Merged
Merged
Release v7.9.6 #1387
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
…ion.java Ejected Expo projects have a different directory structure to RN projects generated with the RN CLI. This update uses the glob package to determine the location of MainApplication.java no matter where it exists within the app directory.
Co-authored-by: Joe Haines <[email protected]>
…m:bugsnag/bugsnag-js into bengourley/rn-cli-main-application-search
…ion-search [PLAT-6128] RN-CLI: Use a more exhaustive search for MainApplication.java
React Native tests with pre-release native notifiers
Add test:coverage command
RN: Add Xcode 12 support
deps(react-native): Update bugsnag-cocoa to v6.9.1
bengourley
approved these changes
May 5, 2021
|
Minified | Minfied + Gzipped | |
---|---|---|
Before | 40.86 kB |
12.61 kB |
After | 40.86 kB |
12.61 kB |
± | No change | No change |
code coverage diff
Coverage values did not change👌.
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
81.47%(-0.01%) | 70.42%(+0%) | 84.01%(+0%) | 80.39%(+0%) |
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.
Changelog
v7.9.6 (2021-05-05)
Added
Changed
context
for crash, OOM, and app hang errors. bugsnag-cocoa#1079app
properties in OOMs for apps that overrideappType
,appVersion
,bundleVersion
orreleaseStage
in their config. bugsnag-cocoa#1078event.threads
will now be empty, rather than containing a single thread, ifsendThreads
dictates that threads should not be sent. bugsnag-cocoa#1077