busboy A Circular File Client

API

    # Must setup the endpoint
    Busboy.setup(endpoint, )

    begin
      raise "foo"
    rescue => e
      Busboy.report(e, :user_id => user.id, :type => :resque)
    end

    Busboy.report(e, request)

    use Busboy::Middleware
    run MyApp

How it works

This is a very simple API that posts exceptions to circular_file.

It uses an HTTP api to post to the exceptions index.