Airbrake v9.4.4 Release Notes

Release Date: 2019-09-18 // over 4 years ago
    • ๐Ÿ›  Fixed broken bundle exec rake airbrake:deploy (#1003)
    • ๐Ÿ”ง Introduced Airbrake::Rails.logger, which replaces the old way of configuring Rails apps. The logging setup becomes as simple as (#1003):
      c.logger = Airbrake::Rails.logger
    
    • Exceptions occurring in current_user no longer crash the library (#1007)
    • ๐Ÿš… Rails controller helpers started supporting the block argument for notifying (#1010)