Skip to content

Latest commit

 

History

History

sinatra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Using Exception Notification with Sinatra

Quick start

git clone git@github.com:smartinez87/exception_notification.git
cd exception_notification/examples/sinatra
bundle install
bundle exec foreman start

The last command starts two services, a smtp server and the sinatra app itself. Thus, visit http://localhost:1080/ to check the emails sent and, in a separated tab, visit http://localhost:3000 and cause some errors. For more info, use the source Luke.