Start new relic manually

This commit is contained in:
Piotr Sarnacki 2013-09-02 12:29:13 +02:00
parent 732b24e1e5
commit 94922cd625

View File

@ -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