From 1fe591535fdea3dc4dabd9d3a97785067ee07b9b Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Wed, 3 May 2023 17:01:55 -0400 Subject: [PATCH] Add env to app name for new relic production config --- newrelic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic.ini b/newrelic.ini index 8d8df6f36..35d128934 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -216,7 +216,7 @@ app_name = us-notify-admin (Demo) monitor_mode = true [newrelic:production] -app_name = us-notify-admin +app_name = us-notify-admin (Production) monitor_mode = true # ---------------------------------------------------------------------------