Skip to content

Make sure rake exceptions are logged

Alessio Caiazza requested to merge log-exceptions into master

Uncaught exceptions are only reported on sentry, looking at the log trace on elastic search will not show any sign of the failure.

This will alias Rake::Task#invoke to ensure exceptions are logged properly

Merge request reports