Skip to content

Commit

Permalink
Remove sentry-raven gem (#370)
Browse files Browse the repository at this point in the history
**This PR:**
- Removes the
[sentry-raven](https://github.com/getsentry/sentry-ruby/tree/master/sentry-raven)
gem, which was replaced by
[sentry-ruby](https://github.com/getsentry/sentry-ruby)

`Sentry-raven` blocks the ability to see errors while developing, but
it’s also not necessary in production for the demo application.
  • Loading branch information
louis-antonopoulos authored Nov 1, 2024
1 parent fb874aa commit d2aa2fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ gem "pg", ">= 0.18", "< 2.0"
gem "puma", "~> 6.4"
gem "redcarpet"
gem "sass-rails", ">= 6"
gem "sentry-raven"
gem "themoviedb-api"

group :test, :development do
Expand Down
11 changes: 0 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.1)
net-http
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
filigree (0.4.1)
Expand Down Expand Up @@ -164,8 +159,6 @@ GEM
mini_mime (1.1.5)
minitest (5.25.1)
msgpack (1.7.2)
net-http (0.4.1)
uri
net-imap (0.5.0)
date
net-protocol
Expand Down Expand Up @@ -290,8 +283,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-raven (3.1.2)
faraday (>= 1.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -307,7 +298,6 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
useragent (0.16.10)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -349,7 +339,6 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.4)
sass-rails (>= 6)
selenium-webdriver
sentry-raven
themoviedb-api
web-console (>= 3.3.0)
yuri-ita!
Expand Down
3 changes: 0 additions & 3 deletions spec/example_app/config/initializers/sentry-raven.rb

This file was deleted.

0 comments on commit d2aa2fd

Please sign in to comment.