sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

feat(integrations): Support Django 5.1

Open sentrivana opened this issue 7 months ago • 3 comments

  • 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

sentrivana avatar Jun 27 '24 07:06 sentrivana