lib/new_relic/agent/instrumentation/excon.rb in newrelic_rpm-6.8.0.360 vs lib/new_relic/agent/instrumentation/excon.rb in newrelic_rpm-6.9.0.363

- old
+ new

@@ -40,10 +40,10 @@ ::NewRelic::Agent.logger.warn("Excon instrumentation requires at least version #{EXCON_MIN_VERSION}") end end def install_excon_instrumentation(excon_version) - require 'new_relic/agent/cross_app_tracing' + require 'new_relic/agent/distributed_tracing/cross_app_tracing' require 'new_relic/agent/http_clients/excon_wrappers' if excon_version >= EXCON_MIDDLEWARE_MIN_VERSION install_middleware_excon_instrumentation else