Releases: bugsnag/bugsnag-js
Releases · bugsnag/bugsnag-js
v8.9.0
Added
- (delivery-react-native) Handle request and response parameters #2667
Changed
- (plugin-inline-script-content) Add support for additional event target constructors including MediaSource, MediaRecorder, ServiceWorker, RTCPeerConnection, and others #2700
- (plugin-network-instrumentation) Manually parse URLs to improve React Native compatibility #2674
- (plugin-network-instrumentation) Refactor URL parsing to improve performance #2667
Fixed
- (plugin-network-instrumentation) Report HTTP Errors as handled #2662
- (plugin-network-instrumentation) Omit stacktraces from HTTP Error events #2684
- (react-native) Report error cause with native stacktrace for Turbo Module exceptions [#2686] (#2686)
Dependencies
- Update @bugsnag/cuid to [v3.2.1] (https://github.com/bugsnag/cuid/releases/tag/v3.2.1) #2706
- Update bugsnag-cocoa to v6.35.0 #2663
- Update bugsnag-android to v6.22.0 #2656
- Update bugsnag-android to v6.23.0 #2673
- Update bugsnag-android to v6.25.0 #2689
- Update bugsnag-cocoa to v6.36.0 #2707
v8.8.1
v8.8.0
This release adds support for notitfying failed network requests using the new plugin-network-instrumentation package
Added
- (plugin-network-instrumentation) Add new plugin to notify failed network requests #2647
- (plugin-cloudflare-workers): Add initial support for Cloudflare Workers #2643 #2644
- (plugin-contextualize) Return callback value from contextualize plugin #2654
Fixed
- (plugin-server-session) Delay session tracker initialization until first use #2642
Dependencies
v8.7.0
v8.6.0
v8.5.0
v8.4.0
v8.3.2
v8.3.1
v8.3.0
This release adds support for React Native 0.77 and 0.78 to @bugsnag/react-native
Added
- (react-native-cli) Add support for
AppDelegate.swiftfiles to insert command #2319 - (plugin-react-navigation) Add support for React Navigation v7.x #2335
Fixed
- (plugin-angular) Added a null check so BugsnagErrorHandler fails silently when misconfigured #2295
- (react-native) Fix no such module error when importing Bugsnag from Swift #2335
- (react-native) Fix turbo module check in React Native 0.77 #2341
Changed
- (react-native-cli) Remove the installation of the BugSnag Android Gradle Plugin #2346