rake icon indicating copy to clipboard operation
rake copied to clipboard

Rake exception tracking middleware / generic middleware API?

Open TSMMark opened this issue 8 years ago • 0 comments

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?

TSMMark avatar Mar 15 '17 15:03 TSMMark