Skip to content

Commit

Permalink
Remove new relic
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Oct 19, 2022
1 parent 4a61113 commit 0a34412
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ group :test do
end

group :production do
gem 'newrelic_rpm'
gem 'unicorn'
end
2 changes: 0 additions & 2 deletions app/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class Base < Sinatra::Base
end

configure :production do
# monitoring
require 'newrelic_rpm'
# protection
set :protection, except: :frame_options
end
Expand Down
227 changes: 0 additions & 227 deletions config/newrelic.yml

This file was deleted.

0 comments on commit 0a34412

Please sign in to comment.