Home > misfit_client

misfit_client

Misfit_client is a project mainly written in Ruby, based on the MIT license.

== Example configuration

config/initializers/misfit.rb

Wind::Application.middleware.use MisfitClient::Middleware, :email_prefix => "[WIND] ", :exception_recipients => '[email protected]', :misfit_url => 'http://0.0.0.0:3000/', :product_identifier => 'wind', :username => 'hello', :password => 'secret'

== Credits

https://github.com/rails/exception_notification - whoever wrote that thing!

Previous:demo_app