chore: disable newrelic monitoring on staging env

This commit is contained in:
Vishnu Narayanan
2024-11-18 17:41:51 +05:30
parent 54afed9fb4
commit 6fda7c5761
+1
View File
@@ -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