Skip to content

Commit

Permalink
Drop sentry async - use Sentry's builtin background worker
Browse files Browse the repository at this point in the history
See getsentry/sentry-ruby#1522 for details and
why we want to do this change.

We suspect this also may be a cause of https://app.shortcut.com/simpledotorg/story/5282/redis-down-in-production
  • Loading branch information
rsanheim committed Sep 28, 2021
1 parent 9dac325 commit b88f9a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
Sentry.init do |config|
config.async = lambda do |event, hint|
Sentry::SendEventJob.perform_later(event, hint)
end
end

0 comments on commit b88f9a5

Please sign in to comment.