# File lib/new_relic/agent/agent.rb, line 416 def monitoring? if Agent.config[:monitor_mode] true else ::NewRelic::Agent.logger.warn('Agent configured not to send data in this environment.') false end end