Start new relic manually
This commit is contained in:
parent
732b24e1e5
commit
94922cd625
|
@ -9,6 +9,8 @@ class Travis::Api::App
|
|||
|
||||
configure :production do
|
||||
require 'newrelic_rpm'
|
||||
::NewRelic::Agent.manual_start()
|
||||
::NewRelic::Agent.after_fork(:force_reconnect => true)
|
||||
end
|
||||
|
||||
error NotImplementedError do
|
||||
|
|
Loading…
Reference in New Issue
Block a user