Airbrake v9.2.2 Release Notes

Release Date: 2019-05-10 // almost 5 years ago
    • 🚅 Rails: started attaching Rack request and User info to the resource object, which is accessible through performance hooks:
      Airbrake.add_performance_filter do |resource|
        if resource.stash.key?(:user)
          # custom logic
        end
      end