Honeybadger v5.0.1 Release Notes

Release Date: 2022-10-27 // over 1 year ago
  • 🛠 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