diff --git a/Gemfile b/Gemfile index ee0b95f6e..1f7ecd47b 100644 --- a/Gemfile +++ b/Gemfile @@ -155,7 +155,4 @@ group :staging, :production do # Access Amazon S3 file services gem 'aws-sdk-s3' - - # Analytics - gem 'newrelic_rpm' end diff --git a/Gemfile.lock b/Gemfile.lock index cdccd274f..e051de4d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,6 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) netrc (0.11.0) - newrelic_rpm (6.13.1) nio4r (2.5.4) nokogiri (1.11.0) mini_portile2 (~> 2.5.0) @@ -483,7 +482,6 @@ DEPENDENCIES launchy listen loofah - newrelic_rpm nokogiri ox pg diff --git a/config/deploy.rb b/config/deploy.rb index e37e4f04f..31a791599 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -42,7 +42,6 @@ set :linked_files, %w{ config/database.yml config/secrets.yml - config/newrelic.yml redis-cache/redis.conf redis-sidekiq/redis.conf } diff --git a/config/initializers/gc_profiler.rb b/config/initializers/gc_profiler.rb deleted file mode 100644 index 5ae90ff44..000000000 --- a/config/initializers/gc_profiler.rb +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true - -# Enable the GC profiler. Necessary to get GC stats in NewRelic. - -GC::Profiler.enable \ No newline at end of file