getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.31k stars 4.22k forks source link

Add tracing headers to task activations #80054

Open markstory opened 1 month ago

markstory commented 1 month ago

As task namespaces create messages for tasks, they should append the current tracing context (trace_id, baggage) as headers to task messages.

evanh commented 2 weeks ago

Talked to Anton P. about this, and he suggested adding a Kafka integration to the SDK as a way to do this. His suggestion:

About the kafka support. If you could create a very simple pyrhon file that puts a message into kafka and another script that processes that message this could get us started to add kafka support.