-
Notifications
You must be signed in to change notification settings - Fork 548
Celery app.send_task()
doesn't propagate trace
#2372
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
Comments
Hey @divaltor ! |
Hi guys, |
How do you use Sentry?
Self-hosted/on-premise
Version
1.30.0
Steps to Reproduce
I execute tasks via
app.send_task(<task_name>, kwarsg={...})
(whereapp
isCelery()
instance) because it's simpler for me and my case (I have a lot of circular errors if use tasks directly) and it seems that Sentry doesn't wrap this method hence there is no attached trace for tasksExpected Result
I see every trace starting from front-end -> back-end -> queue tasks
Actual Result
The text was updated successfully, but these errors were encountered: