exceptions
exceptions copied to clipboard
A Ruby gem for tracking exceptions.
Results
2
exceptions issues
Sort by
recently updated
recently updated
newest added
bit confusing in regards how other middleware is being configured. might help beginners: ``` use Rack::Exceptions, Exceptions::Backends::Logger.new ``` personally i'd like it this way: ``` use Rack::Exceptions, backend: :raiser ```
i'd say having Raiser as default would solve this issue at [configuration.rb](https://github.com/remind101/exceptions/blob/master/lib/exceptions/configuration.rb). regards