error do exception = request.env['sinatra.error'] Hoptoad::Notifier.send_error exception, params, request.env if %w(staging production).include?(ENV['RACK_ENV']) erb :five_hundred end