Skip to content

v1.7.0

Compare
Choose a tag to compare
@kattrali kattrali released this 18 Nov 15:21
· 120 commits to master since this release
ae90a17

Enhancements

  • Support for changing the handled-ness of an event prior to delivery. This
    allows for otherwise handled events to affect a project's stability score.

    bugsnag.Notify(err, func(event *bugsnag.Event) {
      event.Unhandled = true
    })