mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-08 20:43:13 -04:00
try initializing new relic after we monkeypatch
This commit is contained in:
@@ -2,4 +2,8 @@ from gevent import monkey
|
||||
|
||||
monkey.patch_all()
|
||||
|
||||
import newrelic.agent # noqa
|
||||
|
||||
newrelic.agent.initialize("./newrelic.ini")
|
||||
|
||||
from application import application # noqa
|
||||
|
||||
Reference in New Issue
Block a user