- Probably should try to find an earlier entry point other than settings.py (but I'm out of touch w/ Django's load process) - sentry_sdk.init is better than init on our suggest import process Test Plan: - [ ] catches wsgi error? - [ ] catches manage.py error? - [x] catches sys.except_hook (non manage.py) error? - [x] catches middleware error? - [x] catches view error?
Test Plan: