Update Raven references to use Sentry

This commit is contained in:
Paul Chavard 2021-01-28 14:49:22 +01:00
parent 6ea44eefa9
commit 41c3a98d7d
8 changed files with 17 additions and 18 deletions

View file

@ -12,7 +12,7 @@ class ApplicationJob < ActiveJob::Base
end
def error(job, exception)
Raven.capture_exception(exception)
Sentry.capture_exception(exception)
end
def max_attempts