-
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.16.5 #1741
Merged
Merged
Release v7.16.5 #1741
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
RN 0.68 changed 'AppDelegate.m' to 'AppDelegate.mm', which broke our previous logic for finding the file
Bump bugsnag-android dependency to v5.22.1
Fix RN CLI 'insert' command on RN 0.68+
Bump bugsnag-android dependency to v5.22.2
Reduce browser testing concurrency to 2
Add missing browsers to E2E tests
Bump bugsnag-android dependency to v5.22.3
…er-dependencies
…ncies Set @bugsnag/core as an optional peer dependency
Co-authored-by: Joe Haines <[email protected]>
Increase BrowserStack slots to 24
…or-wording [PLAT-8277] Add maxEvents error message and update tests
…defined-api-key
…i-key [PLAT-7801] Add early check for undefined apiKey
|
Minified | Minfied + Gzipped | |
---|---|---|
Before | 42.31 kB |
12.94 kB |
After | 42.43 kB |
12.98 kB |
± | +117 bytes |
+45 bytes |
code coverage diff
Ok | File | Lines | Branches | Functions | Statements |
---|---|---|---|---|---|
✅ | /home/runner/work/bugsnag-js/bugsnag-js/packages/electron/src/client/main.js | 53.13% (+53.13%) |
16.67% (+16.67%) |
50% (+50%) |
51.52% (+51.52%) |
✅ | /home/runner/work/bugsnag-js/bugsnag-js/packages/plugin-simple-throttle/throttle.js | 100% (+0%) |
100% (+0%) |
80% (+0%) |
91.67% (+0.76%) |
🔴 | /home/runner/work/bugsnag-js/bugsnag-js/packages/react-native-cli/src/lib/Insert.ts | 98.57% (-1.43%) |
100% (+0%) |
100% (+0%) |
98.63% (-1.37%) |
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
85.03%(+0.38%) | 73.93%(+0%) | 84.1%(+0.1%) | 84.06%(+0.35%) |
imjoehaines
approved these changes
May 18, 2022
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.
v7.16.5 (2022-05-18)
Changed
bugsnag-android#1655
bugsnag-android#1648
Bugsnag.start
was calledbugsnag-android#1671
bugsnag-android#1679
device.locationStatus
on Android 12 onwards usingLocationManager.isLocationEnabled
bugsnag-android#1683
Bugnag.start
bugsnag-android#1680
@bugsnag/core
to be an optional peer dependency to avoid unmet peer dependency warnings #1735maxEvents
#1739