Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from raven to sentry-sdk #33

Open
Aramgutang opened this issue Aug 30, 2022 · 1 comment
Open

Migrate from raven to sentry-sdk #33

Aramgutang opened this issue Aug 30, 2022 · 1 comment

Comments

@Aramgutang
Copy link
Member

Raven officially only supports Django 2.x, and will not be receiving updates, so it's liable to lose compatibility at some point. We should preemptively migrate to sentry-sdk to avoid issues, which is still compatible with the old API used by our self-hosted Sentry.

Docs for migration can be found here: https://docs.sentry.io/platforms/python/migration/

@aweakley
Copy link
Member

aweakley commented Sep 6, 2023

I ran into this just now on a project where I'm upgrading Django- there were no complaints from raven that I could see, but no error reports coming through to Sentry until I switched to sentry-sdk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants