Skip to content

Commit

Permalink
Move from sentry-raven to sentry-ruby with sentry-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Feb 5, 2025
1 parent 2bef01e commit c383141
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ gem 'rack'
gem 'rails-i18n'
gem 'rest-client'
gem 'seed-fu'
gem 'sentry-raven'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sprockets-rails'
gem 'stimulus-rails'
gem 'turbo-rails'
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-raven (3.1.2)
faraday (>= 1.0)
sentry-rails (5.22.3)
railties (>= 5.0)
sentry-ruby (~> 5.22.3)
sentry-ruby (5.22.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simple_po_parser (1.1.6)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down Expand Up @@ -569,7 +573,8 @@ DEPENDENCIES
rubocop-rspec_rails
seed-fu
selenium-webdriver (>= 4.28.0)
sentry-raven
sentry-rails
sentry-ruby
simplecov
spring
spring-watcher-listen (~> 2.0.0)
Expand Down
3 changes: 1 addition & 2 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Raven.configure do |config|
Sentry.init do |config|
config.dsn = ENV['SENTRY_DSN']
end

0 comments on commit c383141

Please sign in to comment.