Tracing async messages with symfony messenger #859
Unanswered
ujwaldhakal
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using symfony messenger to handle the asynchronous messages. I wanted to link and trace all the async messages.
With sentry auto instrumentation it is not able to link all the asynchronous messages linking to the parent one.
Do I need to implement a logic to track and trace every message by ourself manually or are there any options that I am missing here? Your help would be very appreciated thank you
Beta Was this translation helpful? Give feedback.
All reactions