module Airbrake::Rails::TyphoeusRequest

def run

def run
  Airbrake::Rack.capture_timing(:http) do
    super
  end
end