Skip to content

Commit

Permalink
Removed NewRelic from the app
Browse files Browse the repository at this point in the history
NewRelic is a SaaS that gives detailed webapp stats. It will no longer be used,
individual FeedBunch installations will have to provide their own stats
sollution.
  • Loading branch information
amatriain committed Jan 24, 2021
1 parent e7e4f9f commit 0e9f199
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -155,7 +155,4 @@ group :staging, :production do

# Access Amazon S3 file services
gem 'aws-sdk-s3'

# Analytics
gem 'newrelic_rpm'
end
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -483,7 +482,6 @@ DEPENDENCIES
launchy
listen
loofah
newrelic_rpm
nokogiri
ox
pg
Expand Down
1 change: 0 additions & 1 deletion config/deploy.rb
Expand Up @@ -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
}
Expand Down
5 changes: 0 additions & 5 deletions config/initializers/gc_profiler.rb

This file was deleted.

0 comments on commit 0e9f199

Please sign in to comment.