Closed stianjensen closed 2 years ago
Thanks! When was this method introduced? Just want to ensure that we don't drop support for Django versions folks are still using...
Looks like it was introduced in django 3.1:
https://github.com/django/django/commit/13e4abf83e5129b44c771b2204809792087abda4
Okaley; will merge and release- 3.2 is the current Django LTS version.
As of Django 3.1 it is possible to override which exception report to use: https://docs.djangoproject.com/en/4.1/releases/3.1/#error-reporting
Relevant issue: https://github.com/lamby/django-slack/issues/100