module Airbrake::Rails::TyphoeusRequest

Allow measuring request timing.

Public Instance Methods

run() click to toggle source
Calls superclass method
# File lib/airbrake/rails/typhoeus.rb, line 7
def run
  Airbrake::Rack.capture_timing(:http) do
    super
  end
end