class Airbrake::Rails::Railties::ActionControllerTie
def call
def call ActiveSupport.on_load(:action_controller, run_once: true, yield: self) do # Patches ActionController with methods that allow us to retrieve # interesting request data. Appends that information to notices. ::ActionController::Base.include(Airbrake::Rails::ActionController) tie_routes_apm tie_http_integrations end end