Update the sentry configuration to use the latest configuration method (drop `raven` and use `sentry_sdk`). - configuration for django: https://docs.sentry.io/platforms/python/django/ - configuration for celery worker (will be needed with [connections module of openwisp-controller](https://github.com/openwisp/openwisp-controller/pull/31): https://docs.sentry.io/platforms/python/celery/
Update the sentry configuration to use the latest configuration method (drop
ravenand usesentry_sdk).