instantiate newrelic in gunicorn_entry.py

This commit is contained in:
Kenneth Kehl
2025-07-29 08:15:43 -07:00
parent 814d08af2b
commit c8a559f0e5
4 changed files with 8 additions and 3 deletions

View File

@@ -2,4 +2,9 @@ from gevent import monkey
monkey.patch_all()
import newrelic.agent # noqa
newrelic.agent.initialize("./newrelic.ini")
from application import application # noqa