From 994ca29d6cc123a4365fcd2132df368a272a8de6 Mon Sep 17 00:00:00 2001 From: Marcin Ciunelis Date: Thu, 20 Oct 2011 10:23:04 +0200 Subject: [PATCH] staging env added to newrelic.example.yml --- config/newrelic.example.yml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/config/newrelic.example.yml b/config/newrelic.example.yml index 86f4afc..5af2fda 100644 --- a/config/newrelic.example.yml +++ b/config/newrelic.example.yml @@ -221,3 +221,6 @@ production: # Many applications have a staging environment which behaves # identically to production. Support for that environment is provided # here. By default, the staging environment has the agent turned on. +staging: + <<: *default_settings + monitor_mode: true -- libgit2 0.21.2