Skip to content

Commit

Permalink
Remove Sentry (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Oct 9, 2022
1 parent 2741c30 commit 3fdccd9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :production do
gem 'pg'
gem 'sentry-ruby'
gem 'sentry-rails', '>= 5.0.2'
end

group :private do
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,6 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
sentry-rails (5.4.2)
railties (>= 5.0)
sentry-ruby (~> 5.4.2)
sentry-ruby (5.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
simple_token_authentication (1.17.0)
actionmailer (>= 3.2.6, < 7)
actionpack (>= 3.2.6, < 7)
Expand Down Expand Up @@ -421,8 +416,6 @@ DEPENDENCIES
ruby-debug-ide
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver (= 4.2.1)
sentry-rails (>= 5.0.2)
sentry-ruby
simple_token_authentication (~> 1.0)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down
15 changes: 0 additions & 15 deletions config/initializers/sentry.rb

This file was deleted.

0 comments on commit 3fdccd9

Please sign in to comment.