fix 2 broken newrelic method instrumentations

This commit is contained in:
jimabramson 2013-12-10 12:06:40 -05:00
Родитель 67a6d6f72a
Коммит 5b9f339b62
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -299,7 +299,7 @@ helpers do
add_method_tracer :thread
add_method_tracer :comment
add_method_tracer :flag_as_abuse
add_method_tracer :unflag_as_abuse
add_method_tracer :un_flag_as_abuse
add_method_tracer :author_contents_only
add_method_tracer :handle_threads_query

Просмотреть файл

@ -309,7 +309,9 @@ private
subscriptions.delete_all
end
include ::NewRelic::Agent::MethodTracer
add_method_tracer :perform_search
class << self
include ::NewRelic::Agent::MethodTracer
add_method_tracer :perform_search, 'Custom/perform_search'
end
end