Honeybadger v5.0.0 Release Notes

Release Date: 2022-10-18 // over 1 year ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ป Honeybadger.notify is now idempotent; it will skip reporting exception objects that have already been reported before, and simply return the existing notice ID.
    • ๐Ÿš… Honeybadger is now initialized before Rails' initializers, allowing you to report errors raised during startup. Config added via Honeybadger.configure is added later in the Rails initialization process.

    โž• Added

    • ๐Ÿ‘Œ Support Rails 7 error reporting interface (#443)

    ๐Ÿ›  Fixed