From f2b8ac1ef8831e96bf273b71585e35d578821bb4 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 28 Feb 2013 08:28:00 -0600 Subject: Add django.http.response:Http404 to ignored NewRelic errors This moved around in Django 1.5, so add it to the override list so it continues to be ignore like it was in older versions of Django. Signed-off-by: Dan McGee --- newrelic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newrelic.ini') diff --git a/newrelic.ini b/newrelic.ini index ad31a3c..98cca5b 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -153,7 +153,7 @@ error_collector.enabled = true # To stop specific errors from reporting to the UI, set this to # a space separated list of the Python exception type names to # ignore. The exception name should be of the form 'module:class'. -error_collector.ignore_errors = +error_collector.ignore_errors = django.http.response:Http404 # Browser monitoring is the Real User Monitoring feature of the UI. # For those Python web frameworks that are supported, this -- cgit v1.2.3-24-g4f1b