From aebddd82e597d63cb968b7028a4d53776342f3d6 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 18 Feb 2013 21:03:53 -0500 Subject: [PATCH] enable newrelic --- Gemfile | 2 +- config/newrelic.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d6bef4cbe..5bae11d47 100644 --- a/Gemfile +++ b/Gemfile @@ -29,9 +29,9 @@ gem 'rmagick', :require => "RMagick" gem 'daemons' gem 'net-ssh' gem 'net-sftp' +gem 'newrelic_rpm' group :development do - gem 'newrelic_rpm' gem 'ruby-prof' gem 'pry' gem 'awesome_print' diff --git a/config/newrelic.yml b/config/newrelic.yml index bf0500921..792faf996 100644 --- a/config/newrelic.yml +++ b/config/newrelic.yml @@ -216,8 +216,8 @@ test: # incurring any user-visible performance degradation. production: <<: *default_settings - monitor_mode: false - developer_mode: true + monitor_mode: true + developer_mode: false # Many applications have a staging environment which behaves # identically to production. Support for that environment is provided