Commit
d2d234cdf2b78c5a269e0fd4832ea93dce8d35cb
Exists in
master
and in
21 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, news_page, script_to_update, template_mirror_block, tests, tests_fixies
Load newrelic agent if config file specified
|
| @@ -0,0 +1,2 @@ |
| @@ -0,0 +1,2 @@ |
|
| |
1
| +# Load newrelic agent if its config file is defined. |
|
| |
2
| +require 'newrelic_rpm' if File.exist?(File.dirname(__FILE__) + '/../newrelic.yml') |