# File lib/new_relic/agent/error_collector.rb, line 104 def error_is_ignored?(error) error && filtered_error?(error) rescue => e NewRelic::Agent.logger.error("Error '#{error}' will NOT be ignored. Exception '#{e}' while determining whether to ignore or not.", e) false end