# File lib/new_relic/agent.rb, line 598 def notify(event_type, *args) agent.events.notify( event_type, *args ) rescue NewRelic::Agent.logger.debug "Ignoring exception during %p event notification" % [event_type] end