Skip to content

Releases: bugsnag/bugsnag-js

v7.18.0

22 Sep 18:35
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.22.3 to v6.23.0
  • Added getFeatureFlags() to error events #1815

v7.17.4

08 Sep 12:16
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.20.0 to v6.22.2
  • (react-native) Update bugsnag-android from v5.24.0 to v5.26.0
  • Refactor feature flags to maintain insertion order #1802

v7.17.3

18 Jul 14:55
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.18.1 to v6.20.0
  • (react-native) Update bugsnag-android from v5.23.0 to v5.24.0

v7.17.2

30 Jun 10:53
Compare
Choose a tag to compare

Fixed

  • (react-native) Fixed missing files when installing react-native #1780

v7.17.1

29 Jun 11:46
Compare
Choose a tag to compare

Fixed

  • (react-native) Update bugsnag-android from v5.22.4 to v5.23.0
  • (react-native) Update bugsnag-cocoa from v6.18.0 to v6.18.1
  • (react-native) Add support for React Native v0.69 #1775
  • (react-native) Add 0.69 test fixtures and CI coverage #1775
  • (plugin-react-native-unhandled-rejection) Fix TypeError when using react native 0.63 or 0.64 #1770

v7.17.0

20 Jun 10:45
Compare
Choose a tag to compare

Added

  • Support Error.cause #1759

Changed

  • (react-native) Update bugsnag-cocoa from v6.16.1 to v6.18.0
  • (plugin-react-native-unhandled-rejection) Update handler to catch unhandled rejections when using hermes #1757

v7.16.7

01 Jun 08:47
Compare
Choose a tag to compare

Added

  • Added Bugsnag.isStarted() to check whether Bugsnag has initialized #1737

Changed

  • Update type definitions for Bugsnag.notify() #1743

Fixed

v7.16.6

25 May 13:34
Compare
Choose a tag to compare

Changed

v7.16.5

18 May 12:41
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-android to v5.22.3
  • (react-native-cli) Fix 'insert' command with RN 0.68+ #1726
  • (plugin-react|plugin-vue|plugin-react-navigation|plugin-react-native-navigation) Set @bugsnag/core to be an optional peer dependency to avoid unmet peer dependency warnings #1735
  • (electron) Improved error message when no apiKey is provided to Bugsnag.start() #1738
  • (plugin-simple-throttle) Warning message added when error handler has exceeded maxEvents #1739

v7.16.4

04 May 14:34
Compare
Choose a tag to compare
  • (expo) This release marks a change in the version scheme used by @bugsnag/expo and a move to its own repo, bugsnag-expo

    From this version onwards, @bugsnag/expo will match the Expo SDK version number. For example, @bugsnag/expo v44 supports Expo SDK 44. When updating to a new Expo SDK version, you should also update @bugsnag/expo

Fixed

  • (plugin-react) Add 'children' prop to BugsnagErrorBoundary #1723
  • (react-native) Fix reporting of RCTFatal() crashes on iOS. #1719
  • (react-native-cli) Fix 'insert' command with RN 0.68+ #1726
  • (plugin-electron-app-breadcrumbs) Fix a TypeError caused by using a BrowserWindow object after it is destroyed #1722