honeybadger-io / honeybadger-ruby

Ruby gem for reporting errors to honeybadger.io
https://docs.honeybadger.io/lib/ruby/
MIT License
250 stars 146 forks source link

Sidekiq 7.1.5 and later changes number of arguments for error handlers #493

Closed t27duck closed 1 year ago

t27duck commented 1 year ago

Starting in Sidekiq 7.1.5, the error handler takes an optional 3rd argument. Setting up an error handler with two arguments will work until Sidekiq 8, but will output a depreciation warning.

Ref: https://github.com/sidekiq/sidekiq/pull/6051