I want to add distributed tracing to my project. I have two microservices in Hono both configured with same sentry project. currently both of them report errors separately with no link to each other. For that I need to generate two headers "Baggage" and "Sentry-trace". I cant find a way to generate these headers.
Hi,
I want to add distributed tracing to my project. I have two microservices in Hono both configured with same sentry project. currently both of them report errors separately with no link to each other. For that I need to generate two headers "Baggage" and "Sentry-trace". I cant find a way to generate these headers.