lib/new_relic/agent/instrumentation/rake/instrumentation.rb in newrelic_rpm-8.11.0 vs lib/new_relic/agent/instrumentation/rake/instrumentation.rb in newrelic_rpm-8.12.0
- old
+ new
@@ -35,9 +35,10 @@
safe_from_third_party_gem?
end
def safe_from_third_party_gem?
return true unless NewRelic::LanguageSupport.bundled_gem?("newrelic-rake")
+
::NewRelic::Agent.logger.info("Not installing New Relic supported Rake instrumentation because the third party newrelic-rake gem is present")
false
end
def should_trace?(name)