Module: Airbrake::Rails::TyphoeusRequest
- Defined in:
- lib/airbrake/rails/typhoeus.rb
Overview
Allow measuring request timing.
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
7 8 9 10 11 |
# File 'lib/airbrake/rails/typhoeus.rb', line 7 def run Airbrake::Rack.capture_timing(:http) do super end end |