# File lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb, line 13 def started(event) begin return unless NewRelic::Agent.tl_is_execution_traced? segments[event.operation_id] = start_segment event rescue Exception => e log_notification_error('started', e) end end