Skip to content

Commit e4ce040

Browse files
committed
Disable nr agent
1 parent 3c2b401 commit e4ce040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/newrelic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ common: &default_settings
2222

2323
# To disable the agent regardless of other settings, uncomment the following:
2424

25-
agent_enabled: <%= Rails.application.credentials.dig(:new_relic, :license_key).present? %>
25+
agent_enabled: false # <%= Rails.application.credentials.dig(:new_relic, :license_key).present? %>
2626

2727
# Logging level for log/newrelic_agent.log
2828
log_level: error

0 commit comments

Comments
 (0)