@hono/sentry - Help needed for Distributed tracing
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.
Hi @mann1996
@sam-lippert Can you answer this question?
Did you find a solution?
It looks like the underlying library for the middleware will be deprecated by the end of the year: https://github.com/robertcepa/toucan-js/issues/250. It would be a good idea to swap out toucan-js for the Sentry Cloudflare SDK before then.
Once that swap is made, then we should be able to point people to the official documentation for things like distributed tracing propagation: https://docs.sentry.io/platforms/javascript/tracing/trace-propagation/