Yeller helps you with

Debugging

Shipping bugs really sucks

These bugs made it past your test suite, past your type system, past your careful manual checking and into your customers' hands.

So, once you know about a bug, you need to fix it as fast as possible. This means you need to find out exactly what happened, with all the useful and relevant information at your fingertips.

Track your Exceptions

Yeller tracks the exceptions your customers hit in production so you can fix them faster.

Official clients are supported for Ruby, Java and Clojure


Yeller::Rails.configure do |config|
  config.token = 'YOUR_API_KEY_HERE'
end
          

All the details

Yeller grabs all the relevant context from your exceptions, so you can figure out what went wrong quickly.

  1. The full type and error message
  2. The full stacktrace - nothing trimmed here
  3. Full context from the place the error happened (for HTTP requests, this includes params, cookies, and so on. For background jobs, this might include the job parameters)

Start your free 30 day trial now

Try Yeller Now

Continue the tour: