mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Update NewRelic config for production [SCI-5594]
This commit is contained in:
parent
2873424e7d
commit
22ca7e5ea6
1 changed files with 10 additions and 0 deletions
|
@ -45,3 +45,13 @@ staging:
|
|||
|
||||
production:
|
||||
<<: *default_settings
|
||||
|
||||
log_level: error
|
||||
error_collector:
|
||||
enabled: true
|
||||
analytics_events:
|
||||
enabled: false
|
||||
transaction_tracer:
|
||||
enabled: false
|
||||
slow_sql:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue