diff --git a/contentcuration/contentcuration/wsgi.py b/contentcuration/contentcuration/wsgi.py index 9fa3a86379..94e4dac5a8 100644 --- a/contentcuration/contentcuration/wsgi.py +++ b/contentcuration/contentcuration/wsgi.py @@ -13,7 +13,7 @@ # Attach newrelic APM try: import newrelic.agent - + newrelic.agent.disable_browser_autorum() newrelic.agent.initialize() except ImportError: pass