Skip to content

Releases: bugsnag/bugsnag-js

v7.10.2

07 Jun 16:15
Compare
Choose a tag to compare

Fixed

  • (react-native): Prevent unhandled promise rejections being split into multiple log calls #1419

Changed

v7.10.1

25 May 10:59
Compare
Choose a tag to compare

Changed

v7.10.0

18 May 14:06
Compare
Choose a tag to compare

This release adds @bugsnag/electron, a notifier for use on apps that are built using Electron.

Added

  • (electron): a new top-level notifier @bugsnag/electron and related plugins

Changed

  • (node): File paths in stacktraces now always use / as the path separator
  • (node): Surrounding code can be fetched from file paths that are relative to the project root
  • (react-native): Update bugsnag-android to v5.9.2

v7.9.6

05 May 12:59
2101294
Compare
Choose a tag to compare

Added

  • (react-native-cli): Add support for ejected Expo apps #1365
  • (react-native): Add support for Xcode 12 #1314

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.1
    • Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
    • Fix missing context for crash, OOM, and app hang errors. bugsnag-cocoa#1079
    • Fix app properties in OOMs for apps that override appType, appVersion, bundleVersion or releaseStage in their config. bugsnag-cocoa#1078
    • event.threads will now be empty, rather than containing a single thread, if sendThreads dictates that threads should not be sent. bugsnag-cocoa#1077

v7.9.5

26 Apr 13:37
Compare
Choose a tag to compare

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.0
    • App hangs that occur while an app is in the background will no longer be reported. bugsnag-cocoa#1075
    • Add binaryArch and runningOnRosetta to the app metadata tab. bugsnag-cocoa#1073
    • Bugsnag can now be used without AppKit, allowing use in daemons and other processes running in non-UI sessions. bugsnag-cocoa#1072
  • (react-native): Update bugsnag-android to v5.9.1

v7.9.4

19 Apr 10:59
Compare
Choose a tag to compare

Changed

  • (react-native): Update bugsnag-cocoa to v6.8.4
    • macCatalystiOSVersion is now reported for apps built with Mac Catalyst and iOS app running on Apple silicon. bugsnag-cocoa#1066
    • Fix crashes that could occur in bsg_recordException in low memory conditions. bugsnag-cocoa#1068
    • Fix a crash in bsg_ksmachgetThreadQueueName. bugsnag-cocoa#1065
    • Improve timestamp accuracy to fix breadcrumbs that are reported to occur after the error. bugsnag-cocoa#1062

Fixed

  • (plugin-aws-lambda): Change Typescript definitions for compatibility with @types/aws-lambda #1353 (h-kishi)

v7.9.3

12 Apr 14:58
be9674a
Compare
Choose a tag to compare

Changed

v7.9.2

06 Apr 09:43
Compare
Choose a tag to compare

Changed

v7.9.1

25 Mar 14:39
Compare
Choose a tag to compare

Changed

v7.9.0

16 Mar 14:17
d2755a0
Compare
Choose a tag to compare

Added

  • (plugin-aws-lambda): Add support for Node.js on AWS Lambda. See the docs for usage. #1334

Changed

  • (plugin-koa): Ensure ctx.request.body is present on the event's request property by collecting it at the last possible moment #1292
  • (react-native): Update bugsnag-cocoa to v6.7.1
    • Fix os_proc_available_memory runtime link error on Mac Catalyst. bugsnag-cocoa#1025
    • Fix missing osName and osVersion for errors reported from app extensions that do not link against UIKit. bugsnag-cocoa#1022
    • Fix incorrect freeMemory for errors reported via notify() bugsnag-cocoa#1021