lib/contrast/agent.rb in contrast-agent-6.8.0 vs lib/contrast/agent.rb in contrast-agent-6.9.0
- old
+ new
@@ -71,9 +71,15 @@
# @return [Contrast::Agent::Reporter]
def self.reporter
thread_watcher.reporter
end
+ # @return [Contrast::Agent::Protect::WorthWatchingAnalyzer]
+ def self.worth_watching_analyzer
+ thread_watcher.worth_watching_analyzer
+ end
+
+ # @return [Contrast::Agent::ThreadWatcher]
def self.thread_watcher
@_thread_watcher ||= Contrast::Agent::ThreadWatcher.new
end
end
end