Distributed tracing java spring boot

Hello everyone. Just started using Sentry. I have two applications on Sprin Boot that communicate with each other via REST. Errors from these applications are successfully displayed in Sentry, but distributed tracing does not work, that is, I do not see a connection with a trace from another application. There is very little information in the documentation, please help.

Are you using RestTemplateā€™s with Spring Boot? With that the trace is propagated automatically. We have docs about it here: Included Instrumentation for Spring Boot | Sentry Documentation

Also, are you using sample rate or the sampler callback?

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.