Make sure we're ready once Django 5.0 [comes out in December](https://docs.djangoproject.com/en/5.0/releases/5.0/). (Most likely start of December: https://code.djangoproject.com/wiki/Version5.0Roadmap) Check against the latest beta/release candidate: https://pypi.org/project/Django/#history ### Known Issues - [x] https://github.com/getsentry/sentry-python/issues/2383 ### Support Checklist - [x] Fix known issues: https://github.com/getsentry/sentry-python/pull/2490 - [x] Test the SDK manually and fix any issues found - [x] Read the [changelog](https://docs.djangoproject.com/en/5.0/releases/5.0/) - [x] Add Django 5.0 to `tox.ini`: https://github.com/getsentry/sentry-python/pull/2490 - [x] Update docs: https://github.com/getsentry/sentry-docs/pull/8481
Make sure we're ready once Django 5.0 comes out in December. (Most likely start of December: https://code.djangoproject.com/wiki/Version5.0Roadmap)
Check against the latest beta/release candidate: https://pypi.org/project/Django/#history
Known Issues
sentry_sdk.initthrows an exception on Django 5.0a1 #2383Support Checklist
tox.ini: feat(integrations): Support Django 5.0 #2490