prismaticd / dj-cloud-error

Report exceptions from Django to Google Stackdriver Error Reporting
MIT License
4 stars 1 forks source link

Implement as middleware #1

Open therefromhere opened 5 years ago

therefromhere commented 5 years ago

As an alternative to using handler500 we could implement this as a middleware using process_exception.

https://docs.djangoproject.com/en/2.2/topics/http/middleware/#process-exception

renevall commented 4 years ago

@therefromhere do you plan on to continue supporting this library? I love the idea.

therefromhere commented 4 years ago

It's not currently being actively developed, but PRs would be welcome!

opobla commented 3 years ago

There it goes :) https://github.com/prismaticd/dj-cloud-error/pull/4