try initializing new relic after we monkeypatch

This commit is contained in:
Kenneth Kehl
2025-07-29 07:55:48 -07:00
parent e7cee89624
commit 1ff90843d7
4 changed files with 7 additions and 3 deletions

View File

@@ -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