see if we need to enable NR in the rackup file

This commit is contained in:
Renée Hendricksen 2016-08-14 20:27:37 -04:00
parent 3ac840df97
commit a08d2d2fc5

View File

@ -15,4 +15,7 @@ skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'G
target.load_constants! :only => only, :skip => skip, :debug => false
end
require 'newrelic_rpm'
NewRelic::Agent.after_fork(force_reconnect: true)
run Travis::Api::App.new