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 <dan@archlinux.org>
This commit is contained in:
Dan McGee 2013-02-28 08:28:00 -06:00
parent d98ab844a0
commit f2b8ac1ef8

View File

@ -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