All Versions
76
Latest Version
Avg Release Cycle
52 days
Latest Release
765 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.2 Changes
November 04, 2022๐ Fixed
- โ
Honeybadger.check_in
would raise an exception when used with the test backend (#449)
- โ
-
v5.0.1 Changes
October 27, 2022๐ Fixed
- ๐ท Ignore
Sidekiq::JobRetry
skip exception. Since support was added for Rails 7 error reporting interface these exceptions are being reported in addition to the exception that caused the job to be retried. Mike Perham says these exceptions can safely be ignored. See https://github.com/rails/rails/pull/43625#issuecomment-1071574110
- ๐ท Ignore
-
v5.0.0 Changes
October 18, 2022๐ 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
- ๐ Replace deployhook with release webhook (#444) See https://blog.heroku.com/deployhooks-sunset
- ๐ป
-
v5.0.0.beta1 Changes
August 15, 2022๐ Changed
- ๐
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)
- ๐
Honeybadger is now initialized before Rails' initializers, allowing you to
report errors raised during startup. Config added via
-
v4.12.2 Changes
August 15, 2022๐ Fixed
- ๐ Fix a bug where the auto-detected revision is blank instead of nil
- ๐ Fix inadvertent creation of invalid sessions (#441)
-
v4.12.1 Changes
April 01, 2022๐ Fixed
- ๐ Fix Lambda plugin: support Ruby <2.5 (#428)
-
v4.12.0 Changes
March 30, 2022โ Added
- Added
hb_wrap_handler
to automatically capture AWS Lambda handler errors
๐ Fixed
- ๐ Change
:exception_message
key name to just:exception
for error breadcrumb metadata.
- Added
-
v4.11.0 Changes
February 15, 2022๐ Fixed
- ๐ Allow special characters in tags. Also support space-delimited tags: "one two three" and "one, two, three" are equivalent
-
v4.10.0 Changes
January 19, 2022โ Added
- โ Add more items to the default config file
๐ Fixed
- ๐ Fix a Ruby 3.1 bug that breaks regexp classes in honeybadger.yml (#418)
-
v4.9.0 Changes
June 28, 2021๐ Fixed
- ๐ Replaced fixed number for retries in Sidekiq Plugin with Sidekiq::JobRetry constant
- ๐ Properly set environment in deployment tracking (#404, @stmllr)
โ Added
- โ Added 'ActionDispatch::Http::MimeNegotiation::InvalidType' (Rails 6.1) to default ignore list. (#402, @jrochkind)