From e10460c0deea2aa1dd9edee166103510663561ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Mon, 15 Aug 2016 15:34:29 -0400 Subject: [PATCH] specify the config --- config.ru | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ru b/config.ru index 4c46ac3a..c989d632 100644 --- a/config.ru +++ b/config.ru @@ -16,7 +16,7 @@ skip = ['Travis::Memory', 'GH::ResponseWrapper', 'Travis::Helpers::Legacy', 'G end require 'newrelic_rpm' -::NewRelic::Agent.manual_start() -::NewRelic::Agent.after_fork(:force_reconnect => true) +::NewRelic::Agent.manual_start(config_path: 'config/newrelic.yml') +::NewRelic::Agent.after_fork(force_reconnect: true) run Travis::Api::App.new