Skip to content

Releases: bugsnag/bugsnag-js

v3.1.0

20 Feb 22:33
Compare
Choose a tag to compare

Enhancements

  • Added ability to notify on unhandled promise rejection in browsers that
    support the unhandledrejection event.
    Credit: @jacobmarshall (#221)
  • Added license field to package.json
    Credit: @pzrq (#214)

v3.0.7

22 Nov 19:33
Compare
Choose a tag to compare

Enhancements

  • Added support for infinitely recursive metadata objects. (#200)
    Recursive metadata will be serialized up to a maximum depth, configurable by
    the Bugnsnag.maxDepth setting (default is 5).
    Credit: @omniroot, @jacobmarshall, @eanakashima
  • The breadcrumb limit of 20 is now configurable up to a hard limit of 40.
    Credit: @omniroot and @eanakashima

v3.0.6

21 Oct 22:39
Compare
Choose a tag to compare

Enhancements

  • You can now call Bugsnag.notify() and Bugsnag.notifyException() with no
    arguments. This will show up in the dashboard as "BugsnagNotify". (#197)

Changes

  • New methods enabling disabling automatic breadcrumbs (#199). The old
    configuration options (e.g. Bugsnag.autoBreadcrumbsConsole = false) were
    broken. They should no longer be used and are now deprecated. Use instead the
    new methods (e.g. Bugsnag.enableAutoBreadcrumbsConsole(); Bugsnag.disableAutoBreadcrumbsConsole();)

Bug fixes

  • npm run test:watch now correctly reloads changes in the test file. (#198)

v3.0.5

05 Oct 21:44
Compare
Choose a tag to compare
  • Limit maximum number of breadcrumbs to 20 (#194)
  • Show value of submit inputs & buttons in breadcrumbs (#184, #187)
  • Linter improvements (#180)

v3.0.4

02 Oct 21:56
Compare
Choose a tag to compare
  • Create "Bugsnag loaded" breadcrumb #179

v3.0.3

02 Oct 22:00
Compare
Choose a tag to compare

v3.0.1

02 Oct 21:59
Compare
Choose a tag to compare

Minor README changes.

v3.0.0

02 Oct 21:58
Compare
Choose a tag to compare

This release adds support for automatic and custom breadcrumb tracking.
Breadcrumbs replace the private implementation of "last event" tracking.
It also removes support for the deprecated userId setting, which has been
replaced by the user object.

Enhancements

  • Add support for sending "breadcrumbs" - notable events leading up to an error
    Christian Schlensker
    #149
  • Send device time in error payload
    #165

v3.0.0 release candidate 1

22 Jul 22:58
Compare
Choose a tag to compare
Pre-release

This is a prerelease of the next major version, to provide the opportunity to test new features and fixes.

Enhancements