Update the Sentry class name

This commit is contained in:
moenodedev 2022-12-07 13:09:11 -08:00 committed by GitHub
parent 90a272a1de
commit c45d2f7587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -536,7 +536,7 @@ config.cache_store = :redis_cache_store, { url: cache_servers,
error_handler: -> (method:, returning:, exception:) {
# Report errors to Sentry as warnings
Raven.capture_exception exception, level: 'warning',
Sentry.capture_exception exception, level: 'warning',
tags: { method: method, returning: returning }
}
}