Add env to app name for new relic production config

This commit is contained in:
Ryan Ahearn
2023-05-03 17:01:55 -04:00
parent 454b778582
commit 1fe591535f

View File

@@ -216,7 +216,7 @@ app_name = us-notify-admin (Demo)
monitor_mode = true monitor_mode = true
[newrelic:production] [newrelic:production]
app_name = us-notify-admin app_name = us-notify-admin (Production)
monitor_mode = true monitor_mode = true
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------