Skip to content

Releases: bugsnag/bugsnag-js

v8.5.0

01 Sep 14:02
Compare
Choose a tag to compare

Added

  • (electron) Use registerPreloadScript API when available #2524

Fixed

  • (plugin-electron-ipc) Fixed exports in package.json to improve TypeScript compatibility #2524

v8.4.0

18 Jun 16:15
Compare
Choose a tag to compare

Added

  • Set default endpoints based on API key #2464
  • (plugin-hono) Added support for capturing errors in Hono applications #2375

v8.3.2

24 Apr 14:54
Compare
Choose a tag to compare

Fixed

  • (react-native-cli) Update insert command for 0.79 projects #2410

v8.3.1

09 Apr 19:00
Compare
Choose a tag to compare

Changed

Fixed

  • (react-native) Fix double reported unhandled js errors when using new architecture #2398

v8.3.0

04 Mar 11:59
Compare
Choose a tag to compare

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

27 Jan 10:16
Compare
Choose a tag to compare

Added

  • Introduce sendPayloadChecksums option and set Bugsnag-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

v8.1.3

28 Nov 19:12
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-android from v6.6.1 to v6.10.0

v8.1.2

25 Oct 11:05
Compare
Choose a tag to compare

Fixed

  • Ensure reportUnhandledPromiseRejectionsAsHandled is correctly handled for all platforms #2239

v8.1.1

23 Oct 18:36
Compare
Choose a tag to compare

Fixed

  • Add reportUnhandledPromiseRejectionsAsHandled config option to typescript definition #2237

v8.1.0

23 Oct 13:19
Compare
Choose a tag to compare

Added

Add new reportUnhandledPromiseRejectionsAsHandled config option to allow unhandled promise rejections to be reported as handled and not contribute to the app stability score #2225