From 6fda7c57618e05c7b33c214fa3870b67780b3863 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Mon, 18 Nov 2024 17:41:51 +0530 Subject: [PATCH] chore: disable newrelic monitoring on staging env --- config/newrelic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/newrelic.yml b/config/newrelic.yml index e1482e4a1..e61ed9eea 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -58,6 +58,7 @@ test: staging: <<: *default_settings app_name: <%= ENV.fetch('NEW_RELIC_APP_NAME', 'Chatwoot') %> (Staging) + monitor_mode: <%= ENV.fetch('NEW_RELIC_STAGING_MONITORING_ENABLED', false) %> production: <<: *default_settings