diff options
Diffstat (limited to 'newrelic.ini')
-rw-r--r-- | newrelic.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newrelic.ini b/newrelic.ini index ad31a3c6..98cca5b6 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 |