Module: Airbrake::Rails::HTTP Private
- Defined in:
- lib/airbrake/rails/http.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Monkey-patch to measure request timing.
Instance Method Summary collapse
Instance Method Details
#perform(request, options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
9 10 11 12 13 |
# File 'lib/airbrake/rails/http.rb', line 9 def perform(request, ) Airbrake::Rack.capture_timing(:http) do super(request, ) end end |