Replies: 1 comment
-
As your Django application server and the Celery workers are different processes this is possible. You can load your DSN from the environment and when you start your Gunicorn (or Uvicorn, Daphne or whatever server you run you Django app in) you can start it with Then everything that fails in Django will be sent to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Django project, currently using the standard error sending to a single DSN:
it is necessary to allocate CELERY errors (only for CeleryIntegration ) to a separate sentry project (as I understand use a separate DSN)
is it possible to create a separate sentry_sdk If sentry_sdk is already running? Something like addition:
I searched through various forums, but only outdated information, thanks
Beta Was this translation helpful? Give feedback.
All reactions