Raygun, send exceptions from Failed jobs to Raygun

I’m using raygun to manage exceptions.
Is it possible to send the exception of a failed job to raygun?

Did you ever figure out your answer?

no, unfortunately not

You can implement IServerFilter and check Exception property in OnPerformed() handler after the job has finished.

You can also implement IServerExceptionFilter to catch unhandled exceptions from both the job itself and from the job filters.