$ gem install exceptional
require 'exceptional'
use Rack::Exceptional, API_KEY
You will find the API_KEY in the apps settings screen within Exceptional.
Check log/exceptional.log log file
require 'exceptional'
use Rack::Exceptional, API_KEY
run lambda { |env| [200, {'Content-Type'=>'text/plain'}, "Hello World"]}