You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Although raven 2 is very old, it is the latest version of raven that supports Python2.5. In my company, some legacy systems/applications are still using the Python2.5.
When we try to integrate Django with raven 2.0.12.2, by adding raven.contrib.django.raven_compat to INSTALLED_APPS, raven will not send django errors to Sentry automatically.
This bug was fixed in raven 3.1.1, commit 4431729. However the the patch was never backported to
raven 2.x.
Could you backport commit 4431729 to raven 2, and release a new version of raven2 on pypi?
I have created a branch from tag 2.0.12.2 in my fork and comitted the changes (glasslion@ae4360f). But there's no raven2 branch in the official repo, so I can't create a pull request.