lib/new_relic/agent/instrumentation/authlogic.rb in newrelic_rpm-2.10.6 vs lib/new_relic/agent/instrumentation/authlogic.rb in newrelic_rpm-2.10.8

- old
+ new

@@ -1,8 +1,8 @@ if defined? Authlogic::Session::Base Authlogic::Session::Base.class_eval do - # add_method_tracer :record, 'Authlogic/record' + # add_method_tracer :record, 'Custom/Authlogic/record' class << self - add_method_tracer :find, 'Authlogic/find' + add_method_tracer :find, 'Custom/Authlogic/find' end end end