Releases: bugsnag/bugsnag-js
Releases · bugsnag/bugsnag-js
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.swift
files 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
v8.2.0
Added
- Introduce
sendPayloadChecksums
option and setBugsnag-Integrity
headers on events and sessions #2221 - (plugin-angular) Added Angular runtime version to device info #2288
Changed
- (plugin-angular) Generate type definition using Angular 17 #2275
- (plugin-angular) Update Angular support to cover v12 - 19 #2278
- (react-native) Update bugsnag-android from v6.10.0 to v6.11.0
- (react-native) Update bugsnag-cocoa from v6.30.1 to v6.31.0
Fixed
- Corrected setUser TS interface to allow for null arguments #2262