Report data to newrelic

This commit is contained in:
Ryan Ahearn
2023-01-23 10:00:03 -05:00
parent 7d08e9e0d4
commit 23f6f3c726
8 changed files with 279 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ AWS_SECRET_ACCESS_KEY="don't write secrets to the sample file"
# Application
NOTIFY_ENVIRONMENT=development
FLASK_APP=application.py
FLASK_ENV=development
FLASK_DEBUG=true
WERKZEUG_DEBUG_PIN=off
NODE_VERSION=16.15.1
@@ -35,3 +35,9 @@ NODE_VERSION=16.15.1
# Local direct setup
API_HOST_NAME=http://localhost:6011
REDIS_URL=redis://localhost:6379/0
#############################################################
# New Relic
NEW_RELIC_CONFIG_FILE=newrelic.ini
NEW_RELIC_LICENSE_KEY="don't write secrets to the sample file"