Airbrake v9.4.0 Release Notes

Release Date: 2019-07-29 // almost 5 years ago
    • ➕ Added the new max_retries optional parameter to Airbrake::Sidekiq::RetryableJobsFilter:
      Airbrake::Sidekiq::RetryableJobsFilter.new(max_retries: 10)
    

    It configures the amount of allowed job retries that won't trigger an Airbrake notification. After it's exhausted, Airbrake will start sending errors again (#979)

    • 0️⃣ Rails: started logging to airbrake.log by default. This affects only new Rails apps. Apps that already use Airbrake have to update the logger manually (not mandatory). Please consult README for instructions (#986)
    • 🌲 Added support for RAILS_LOG_TO_STDOUT. This variable redirects all Airbrake logging to STDOUT, despite the configured logger (#986)