We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2b401 commit e4ce040Copy full SHA for e4ce040
config/newrelic.yml
@@ -22,7 +22,7 @@ common: &default_settings
22
23
# To disable the agent regardless of other settings, uncomment the following:
24
25
- agent_enabled: <%= Rails.application.credentials.dig(:new_relic, :license_key).present? %>
+ agent_enabled: false # <%= Rails.application.credentials.dig(:new_relic, :license_key).present? %>
26
27
# Logging level for log/newrelic_agent.log
28
log_level: error
0 commit comments