-
Notifications
You must be signed in to change notification settings - Fork 251
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.13.3 #1572
Merged
Merged
Release v7.13.3 #1572
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
server.close is asynchronous - we need to wait for the callback to be invoked before the server is actually closed
The default is to wait 5 seconds for a socket to send data after 'end' is called
Fix electron net breadcrumbs test
Update all e2e tests to use Maze Runner v6
Pin Docker images to Node 14
deps(react-native): Update bugsnag-cocoa to v6.14.2
Eager concurrency
`AfterAll` only runs if Cucumber doesn't crash, so this has to be an `at_exit`
Fix web server staying alive if Cucumber crashes
Prevent a crash when XMLHttpRequest data goes missing
Bump package versions to match Expo SDK 43
Update bugsnag-android dependency to v5.15.0
Fix python installation in expo publisher dockerfile
imjoehaines
force-pushed
the
release/v7.13.3
branch
from
November 8, 2021 11:39
2a0400c
to
55e4ac1
Compare
|
Minified | Minfied + Gzipped | |
---|---|---|
Before | 41.24 kB |
12.71 kB |
After | 41.54 kB |
12.79 kB |
± | +301 bytes |
+75 bytes |
code coverage diff
Ok | File | Lines | Branches | Functions | Statements |
---|---|---|---|---|---|
✅ | /home/runner/work/bugsnag-js/bugsnag-js/packages/plugin-network-breadcrumbs/network-breadcrumbs.js | 98.75% (+0.1%) |
89.58% (+0.94%) |
100% (+0%) |
98.81% (+0.09%) |
Total:
Lines | Branches | Functions | Statements |
---|---|---|---|
82.45%(-0.05%) | 71.8%(-0.08%) | 83.57%(+0%) | 81.44%(-0.05%) |
djskinner
approved these changes
Nov 8, 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
configuration.user
and manually resumedsession
info in unhandled errors. bugsnag-cocoa#1215-[BSGURLSessionTracingProxy forwardInvocation:]
calls-[NSInvocation selector]
. bugsnag-cocoa#1208redactedKeys
to breadcrumb metadata. bugsnag-cocoa#1204OnSessionCallback
. bugsnag-android#1434addMetadata(String, Map)
. bugsnag-android#1454