rake
rake copied to clipboard
Rake exception tracking middleware / generic middleware API?
I'm looking for a way to introduce something like a middleware, which will encapsulate the task, rescue errors, and then report those errors to a ticketing system like Raygun.io.
Does such a rake middleware API exist? If not, what is the recommended way to handle tracking of exceptions in rake tasks?