0.0
No commit activity in last 3 years
No release in over 3 years
A Rack middleware for the Failtale service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme

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)