Last Updated: February 25, 2016
·
1.081K
· saippuakauppias

Package for capture exceptions in django management commands

Many management commands running in cron and by default errors and exceptions not wrote in logs. Or some people redirect all stdout in file (command >> file.txt).

This package make possible capture exceptions (not all stdout/stderr) in your Sentry project.

You may view this in github: https://github.com/saippuakauppias/django-maven