You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having updated to the latest gem version to get rid of the report_exception deprecation warning, I'm now getting a no method error when raising from a sidekiq worker.
lib/rollbar/sidekiq.rb:15:in `rescue in call'
NoMethodError: undefined method 'report_exception' for #<Rollbar::Notifier:0x007f8ee23ddc40>
This occurs with the rollbar gem at 1.2.9, and sidekiq at 2.17.0.
The text was updated successfully, but these errors were encountered:
Having updated to the latest gem version to get rid of the report_exception deprecation warning, I'm now getting a no method error when raising from a sidekiq worker.
This occurs with the rollbar gem at 1.2.9, and sidekiq at 2.17.0.
The text was updated successfully, but these errors were encountered: