Releases: honeybadger-io/honeybadger-ruby
Releases · honeybadger-io/honeybadger-ruby
v5.13.0
5.13.0 (2024-06-18)
Features
- add before_event hook for intercepting events (#567) (2f86728)
v5.11.2
5.11.2 (2024-06-12)
Bug Fixes
- don't blow up if ActiveJob queue_adapter isn't a string or symbol (#561) (4550ea3), closes #560
v5.11.1
5.11.1 (2024-06-07)
Bug Fixes
- do GoodJob.on_thread_error check via hash instead of method (#558) (d2aa464)
v5.11.0
5.11.0 (2024-06-04)
Features
- add insights instrumentation - events and metrics (#539) (d173ac5)
Bug Fixes
- access GoodJob config via Rails.application.config (#554) (37b7786)
v5.10.2
5.10.2 (2024-05-24)
Bug Fixes
- don't duplicate the error handling done by GoodJob (#551) (a0bab0d), closes #537
v5.10.1
5.10.1 (2024-05-23)
Performance Improvements
- don't insert middleware at all if they've been disabled (#549) (0060dcf)
v5.10.0
5.10.0 (2024-05-10)
Features
- return block value if block was passed to Honeybadger.context (#546) (2d7c685)
v5.9.0
5.9.0 (2024-05-09)
Features
v5.8.1
5.8.1 (2024-05-07)
Bug Fixes