mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 02:03:36 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
ebe4077d5c
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
unless Rails.env.test?
|
||||
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}" if ENV['new_relic_app_name'].present?
|
||||
if !Rails.env.test? && ENV['new_relic_app_name'].present?
|
||||
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue