github bugsnag/bugsnag-js v3.0.6

latest releases: v7.25.0-alpha.0, v7.24.0, v8.0.0-alpha.9...
7 years ago

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)

Don't miss a new bugsnag-js release

NewReleases is sending notifications on new releases.