class Faraday::Request::Instrumentation

def call(env)

Parameters:
  • env (Faraday::Env) --
def call(env)
  @instrumenter.instrument(@name, env) do
    @app.call(env)
  end
end