bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Django async middleware #345

Closed 0HyperCube closed 1 year ago

0HyperCube commented 1 year ago

I've added similar migrations to https://github.com/adamchainz/django-cors-headers/pull/852/files but I'm struggling to test if it works as the examples always use the sync middleware for some reason.