# File lib/faraday/request/instrumentation.rb, line 30 def call(env) @instrumenter.instrument(@name, env) do @app.call(env) end end