jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Capture errors with sentry #70

Open jonathan-s opened 3 years ago

jonathan-s commented 3 years ago

Feature Request

Is your feature request related to a problem?

Errors are not captured by sentry, for that to happen you need to use an asgi middleware as described here. https://docs.sentry.io/platforms/python/guides/asgi/

Either provide an out of the box implementation for this or provide documentation around this OR both!