sentry-python
sentry-python copied to clipboard
feat(integrations): Support Django 5.1
- test Django test suite against
5.1b1
- fix any issues that come up, like this one:
AttributeError: <module 'django.urls.resolvers' from '/home/runner/work/sentry-python/sentry-python/.tox/py3.10-django-v5.1/lib/python3.10/site-packages/django/urls/resolvers.py'> does not have the attribute 'get_converter'
Closes https://github.com/getsentry/sentry-python/issues/3208