Finish upgrading the sentry plugin
This commit is contained in:
parent
fcbbd54f84
commit
c107f36f6d
4 changed files with 7 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ on_worker_boot do
|
|||
end
|
||||
|
||||
lowlevel_error_handler do |ex, env|
|
||||
Raven.capture_exception(
|
||||
Sentry.capture_exception(
|
||||
ex,
|
||||
:message => ex.message,
|
||||
:extra => { :puma => env },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue