Disable browser monitoring with New Relic

This commit is contained in:
Andreas Nedbal 2021-12-22 00:30:26 +01:00 committed by Andreas Nedbal
parent 5662a935cd
commit d5170f30ad
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ common: &default_settings
# Logging level for log/newrelic_agent.log
log_level: info
# disabling browser monitoring for data privacy concerns
browser_monitoring:
auto_instrument: false
# Environment-specific settings are in this section.
# RAILS_ENV or RACK_ENV (as appropriate) is used to determine the environment.