Update Raven references to use Sentry
This commit is contained in:
parent
6ea44eefa9
commit
41c3a98d7d
8 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue