You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: