see if we need to enable NR in the rackup file
This commit is contained in:
parent
3ac840df97
commit
a08d2d2fc5
|
@ -15,4 +15,7 @@ skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'G
|
||||||
target.load_constants! :only => only, :skip => skip, :debug => false
|
target.load_constants! :only => only, :skip => skip, :debug => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
require 'newrelic_rpm'
|
||||||
|
NewRelic::Agent.after_fork(force_reconnect: true)
|
||||||
|
|
||||||
run Travis::Api::App.new
|
run Travis::Api::App.new
|
||||||
|
|
Loading…
Reference in New Issue
Block a user