Commit 6d1be93d by David Ormsbee

include loadtest environment for loading newrelic_rpm

parent 1d4634e9
...@@ -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 environment == "staging" or environment == "production" if ["staging", "production", "loadtest"].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