Skip to content

Commit

Permalink
Merge pull request #3924 from marsian83/patch-2
Browse files Browse the repository at this point in the history
Remove new relic frontend monitor - disabled browser autorun
  • Loading branch information
rtibbles authored Feb 3, 2023
2 parents 03ba663 + b432176 commit de9b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentcuration/contentcuration/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Attach newrelic APM
try:
import newrelic.agent

newrelic.agent.disable_browser_autorum()
newrelic.agent.initialize()
except ImportError:
pass
Expand Down

0 comments on commit de9b428

Please sign in to comment.