Skip to content

Releases: bugsnag/bugsnag-js

v7.19.0

26 Jan 10:56
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.25.0 to v6.25.2
  • After trimming, attempt to send all event and session payloads, even if believed oversize #1823
  • (react-native) Update bugsnag-android from v5.28.1 to v5.28.3

Fixed

  • (plugin-express|plugin-koa|plugin-restify) Fix parts of request metadata being missing from some events #1879
  • (plugin-aws-lambda) Fix a bug when used with a server plugin (Express, Koa or Restify) causing internal callbacks to be added multiple times and reporting the wrong request data #1887
  • (plugin-electron-renderer-client-state-updates) Fix a bug where state set in renderer config could not be cleared or updated #1893

v7.18.2

01 Nov 14:29
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.24.0 to v6.25.0
  • (react-native) Remove dependency on jCenter #1856

v7.18.1

24 Oct 09:30
Compare
Choose a tag to compare

Changed

  • (react-native) Update bugsnag-cocoa from v6.23.1 to v6.24.0
  • (react-native) Update bugsnag-android from v5.26.0 to v5.28.1

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