Skip to content
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 36 commits into from
Nov 8, 2021
Merged

Release v7.13.3 #1572

merged 36 commits into from
Nov 8, 2021

Conversation

imjoehaines
Copy link
Contributor

Fixed

  • (plugin-network-breadcrumbs): Fix a crash when request data goes missing #1564

Changed

  • (expo): Add support for Expo SDK v43 foolem #1556 / #1566
  • (react-native): Update bugsnag-cocoa to v6.14.2
    • Fix missing configuration.user and manually resumed session info in unhandled errors. bugsnag-cocoa#1215
    • Disable automatic session tracking in app extensions (it was not working as intended.) bugsnag-cocoa#1211
    • Stop logging "[ERROR] Failed to install crash handler..." if a debugger is attached. bugsnag-cocoa#1210
    • Include the word "request" in network request breadcrumb messages. bugsnag-cocoa#1209
    • Prevent a crash that can occur when -[BSGURLSessionTracingProxy forwardInvocation:] calls -[NSInvocation selector]. bugsnag-cocoa#1208
    • Apply redactedKeys to breadcrumb metadata. bugsnag-cocoa#1204
  • (react-native): Update bugsnag-android to v5.15.0
    • Avoid reporting false-positive background ANRs with improved foreground detection. bugsnag-android#1429
    • Prevent events being attached to phantom sessions when they are blocked by an OnSessionCallback. bugsnag-android#1434
    • Plugins will correctly mirror metadata added using addMetadata(String, Map). bugsnag-android#1454

imjoehaines and others added 30 commits October 19, 2021 15:43
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
Update all e2e tests to use Maze Runner v6
deps(react-native): Update bugsnag-cocoa to v6.14.2
`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
@github-actions
Copy link

github-actions bot commented Nov 8, 2021

@bugsnag/browser bundle size diff

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%)

Generated by 🚫 dangerJS against 55e4ac1

@imjoehaines imjoehaines merged commit a47242a into master Nov 8, 2021
@imjoehaines imjoehaines deleted the release/v7.13.3 branch November 8, 2021 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants