From 472efa327b895f05746aff76c4b1fb8692a9dc6f Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 7 Jan 2013 14:51:44 -0500 Subject: [PATCH] enable new relic again --- config/newrelic.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/newrelic.yml b/config/newrelic.yml index 4fb7467f8..bf0500921 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -216,7 +216,8 @@ test: # incurring any user-visible performance degradation. production: <<: *default_settings - monitor_mode: true + monitor_mode: false + developer_mode: true # Many applications have a staging environment which behaves # identically to production. Support for that environment is provided