From 417c989006f5856af5ada70771091fd8a0daa304 Mon Sep 17 00:00:00 2001 From: Fabiano Martins Date: Tue, 4 Feb 2025 23:58:03 -0300 Subject: [PATCH] Load current Newrelic monitored environment from an ENV --- newrelic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic.js b/newrelic.js index 2382ffcc..dfc6320d 100644 --- a/newrelic.js +++ b/newrelic.js @@ -1,5 +1,5 @@ exports.config = { - app_name: ['Staging Evolution API'], + app_name: [`${process.env.CHATFLUX_ENV} Evolution API`], license_key: process.env.NEW_RELIC_LICENSE_KEY, logging: { level: 'trace'