Method: OneApm::Agent::InboundRequestMonitor#initialize

Defined in:
lib/one_apm/agent/inbound_request_monitor.rb

#initialize(events) ⇒ InboundRequestMonitor

Returns a new instance of InboundRequestMonitor.



9
10
11
12
13
14
# File 'lib/one_apm/agent/inbound_request_monitor.rb', line 9

def initialize(events)
  events.subscribe(:finished_configuring) do
    setup_obfuscator
    on_finished_configuring(events)
  end
end