Skip to content

Commit

Permalink
Merge pull request #241 from Retrospring/feature/sentry
Browse files Browse the repository at this point in the history
Integrate Sentry
  • Loading branch information
raccube committed Dec 28, 2021
2 parents 52ece6f + 751ba0f commit 4008d2f
Show file tree
Hide file tree
Showing 20 changed files with 180 additions and 174 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ gem 'ruby-progressbar'

gem 'rails_admin'
gem 'pghero'
gem 'newrelic_rpm'
gem "sentry-ruby"
gem "sentry-rails"
gem "sentry-sidekiq"

gem 'sidekiq', "< 6" # remove version constraint once we have redis 5

Expand Down
Loading

0 comments on commit 4008d2f

Please sign in to comment.