Delint from a local pronto run
This commit is contained in:
parent
27873c307b
commit
5c902e7e36
4 changed files with 7 additions and 6 deletions
|
|
@ -46,9 +46,9 @@ end
|
|||
lowlevel_error_handler do |ex, env|
|
||||
Sentry.capture_exception(
|
||||
ex,
|
||||
:message => ex.message,
|
||||
:extra => { :puma => env },
|
||||
:transaction => "Puma"
|
||||
message: ex.message,
|
||||
extra: { puma: env },
|
||||
transaction: "Puma"
|
||||
)
|
||||
# note the below is just a Rack response
|
||||
[500, {}, ["An error has occurred, and engineers have been informed. Please reload the page. If you continue to have problems, contact conference@snap.berkeley.edu\n"]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue