Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Sentry Raven #127

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem 'jwt'
gem 'mimemagic'
gem 'octokit'
gem 'rake'
gem 'sentry-raven'
gem 'zeitwerk'

group :development do
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sentry-raven (3.1.1)
faraday (>= 1.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -123,7 +121,6 @@ DEPENDENCIES
rake
rspec (~> 3.10.0)
rubocop
sentry-raven
simplecov
webmock (~> 3.8)
zeitwerk
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ end
namespace :typo_ci do
desc 'Checks for Typos within a GitHub Action'
task analyse_github_action: :environment do
Raven.capture do
TypoCi::App.run
end
TypoCi::App.run
end

namespace :dictionaries do
Expand Down
22 changes: 0 additions & 22 deletions config/initializers/raven.rb

This file was deleted.