ixc / ixc-django-docker

Scripts and config files that make it easier to run Django projects consistently with and without Docker.
5 stars 1 forks source link

Migrate from raven to sentry-sdk #33

Open Aramgutang opened 2 years ago

Aramgutang commented 2 years ago

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 commented 1 year ago

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.