Django + Celery beat (cron) capture #4377
Unanswered
RemiDesgrange
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I have a sentry-sdk 2.25 on a python project with django + celery.
I have set up sentry sdk in
<myapp>/settings.py
like:Error capturing works like a charm on my celery instances, but the "cron" stays empty. Do I need to re-init the sentry SDK like the doc says:
And if so, can I know why?
Thx 🙏
Beta Was this translation helpful? Give feedback.
All reactions