Hi,
I am trying to figure out how to trace async methods for a particular transaction.
Currently I am not able to get the stack traces for end-to-end flow of the transaction.
Could you please help me understand how the agent keeps track of spans occurring in different threads?
Is it possible that I can make changes in the agent code so as to get all the stack traces for an async flow which also include custom methods that only does simple business logic(no DB call or external API calls).
Please help me with this query, I have been looking for a solution for a long time.
Thank you
Abhijith C V