Honeybadger v4.5.0 Release Notes

Release Date: 2019-08-05 // over 4 years ago
  • ๐Ÿ”„ Changed

    • Default max_queue_size has been reduced from 1000 to 100.

    โž• Added

    • โž• Added Notice#causes, which allows cause data to be mutated in before_notify callbacks (useful for filtering purposes).
    • โž• Added Notice#cause=, which allows the cause to be changed or disabled in before_notify callbacks.
    • โž• Added extra shutdown logging.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป Honeybadger.notify(exception, cause: nil) will now prevent the cause from being reported.
    • When throttled, queued notices will be discarded during shutdown.