module Airbrake::Rack::Instrumentable

def __airbrake_capture_timing_module__

Other tags:
    Api: - private
def __airbrake_capture_timing_module__
  # Module used to store prepended wrapper methods, saved as an instance
  # variable so each target class/module gets its own module. This just
  # a convenience to avoid prepending a lot of anonymous modules.
  @__airbrake_capture_timing_module__ ||= ::Module.new
end