# File lib/faraday_middleware/instrumentation.rb, line 24 def call(env) ActiveSupport::Notifications.instrument(@name, env) do @app.call(env) end end