Merge pull request #46665 from moenodedev/patch-2

Update the Sentry class name
This commit is contained in:
Jonathan Hefner 2022-12-07 19:55:39 -06:00 committed by GitHub
commit b02c77f1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
}
}