mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +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?
|
if !Rails.env.test? && ENV['new_relic_app_name'].present?
|
||||||
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}" if ENV['new_relic_app_name'].present?
|
NewRelic::Agent.config[:app_name] = "#{ENV['new_relic_app_name']} - #{Rails.env}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue