Hi, I'm using a webhook. For every request, I have a middleware that generates a request_id and inserts it into the *http.Request context, <img width="980" height="510" alt="Image" src="https://github.com/user-attachments/assets/7378846d-f71b-4d7f-9edf-2dd545bb602e" /> How can I get it in the context of the bot? I need it for logging and tracing since I'm using microservices.
Hi, I'm using a webhook. For every request, I have a middleware that generates a request_id and inserts it into the *http.Request context,
How can I get it in the context of the bot? I need it for logging and tracing since I'm using microservices.