mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:16:03 +01:00
Disable browser monitoring with New Relic
This commit is contained in:
parent
5662a935cd
commit
d5170f30ad
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue