# File lib/new_relic/agent/instrumentation/typhoeus.rb, line 38
      def run_with_newrelic(*args)
        trace_execution_scoped("External/Multiple/Typhoeus::Hydra/run") do
          run_without_newrelic(*args)
        end
      end