7 lines
223 B
Ruby
7 lines
223 B
Ruby
# Copyright (c) 2012, Diaspora Inc. This file is
|
|
# licensed under the Affero General Public License version 3 or later. See
|
|
# the COPYRIGHT file.
|
|
|
|
if EnvironmentConfiguration.using_new_relic?
|
|
require 'newrelic_rpm'
|
|
end
|