exception_notification
exception_notification copied to clipboard
Sinatra enable raise_error
In the Sinatra example I think raise_error must be enabled for exception_notification to get errors in production mode. Adding that to the example or at least mentioning it would be helpful since debugging apps in production is a pain.
set :raise_error, true