Commit 678d215a by David Ormsbee

Merge pull request #21 from rll/feature/edz/enable-edge-newrelic

adding new relic for edge environments
parents cdd8b785 166685bd
...@@ -18,7 +18,7 @@ module CommentService ...@@ -18,7 +18,7 @@ module CommentService
API_PREFIX = "/api/#{API_VERSION}" API_PREFIX = "/api/#{API_VERSION}"
end end
if ["staging", "production", "loadtest"].include? environment if ["staging", "production", "loadtest", "edgestage","edgeprod"].include? environment
require 'newrelic_rpm' require 'newrelic_rpm'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment