# File lib/new_relic/agent/error_collector.rb, line 99 def filtered_error?(error) @ignore[error.class.name] || filtered_by_error_filter?(error) end