lib/contrast/agent.rb in contrast-agent-4.12.0 vs lib/contrast/agent.rb in contrast-agent-4.13.0

- old
+ new

@@ -59,9 +59,15 @@ def self.messaging_queue thread_watcher.messaging_queue end + def self.telemetry_queue + return unless thread_watcher.telemetry_queue + + thread_watcher.telemetry_queue + end + def self.thread_watcher @_thread_watcher ||= Contrast::Agent::ThreadWatcher.new end end end