mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +02:00
Turn off NewRelic agent for autotest
This commit is contained in:
parent
9a4b268322
commit
f323dc9fad
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}" if ENV['new_relic_app_name'].present?
|
||||
unless Rails.env.test?
|
||||
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}" if ENV['new_relic_app_name'].present?
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue