Skip to content

Commit

Permalink
Remove new relic frontend monitor - disabled browser autorun
Browse files Browse the repository at this point in the history
Added 
```
    newrelic.agent.disable_browser_autorum()
```
to  contentcuration/contentcuration/wsgi.py

This call disables automatic browser monitoring 

This has been disabled as we're getting an error coming from New Relic , but since we haven't been using it, it'd be no harm to just disable it
  • Loading branch information
marsian83 authored Jan 26, 2023
1 parent 7bef715 commit b432176
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 b432176

Please sign in to comment.