Disable browser monitoring with New Relic
This commit is contained in:
parent
5662a935cd
commit
d5170f30ad
|
@ -24,6 +24,9 @@ common: &default_settings
|
||||||
# Logging level for log/newrelic_agent.log
|
# Logging level for log/newrelic_agent.log
|
||||||
log_level: info
|
log_level: info
|
||||||
|
|
||||||
|
# disabling browser monitoring for data privacy concerns
|
||||||
|
browser_monitoring:
|
||||||
|
auto_instrument: false
|
||||||
|
|
||||||
# Environment-specific settings are in this section.
|
# Environment-specific settings are in this section.
|
||||||
# RAILS_ENV or RACK_ENV (as appropriate) is used to determine the environment.
|
# RAILS_ENV or RACK_ENV (as appropriate) is used to determine the environment.
|
||||||
|
|
Loading…
Reference in New Issue