Commit 166685bd by e0d

adding new relic for edge environments

parent cdd8b785
...@@ -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