honojs / middleware

monorepo for Hono third-party middleware/helpers/wrappers
https://hono.dev
474 stars 169 forks source link

@hono/sentry - Help needed for Distributed tracing #677

Open mann1996 opened 3 months ago

mann1996 commented 3 months ago

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.

yusukebe commented 3 months ago

Hi @mann1996

@sam-lippert Can you answer this question?