Aug. 31, 2018, 4:18 p.m.
Catch django exceptions in production environment
I did this project because I needed some alternative to sentry. I wanted somethig that didnt run as a separate process, was easy to install and was capable to catch exceptions in production environment.
This presents errors like django's debug views. It also shows similar exceptions.
I hope this can be useful for you.