Skip to content

publicclass/rack-failtale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rack::Failtale

A very simple Rack Middleware for reporting errors to the Failtale Service.

Install:

gem install rack-failtale

Usage:

require "rack/failtale"
use Rack::Failtale, "API KEY HERE"

TODO:

  • Allow for reporting to a Failtale service on other domains than failtale.be. (see FailtaleReporter::base_uri)
  • Allow for filtering of the exceptions and environment variables (so we won't show passwords and such in plain text)

About

A very simple Rack Middleware for reporting errors to the Failtale Service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages