Distributed tracing on spring boot open feign

Hi, we currently try sentry and see it has distributed tracing feature.
Currently we use spring boot + zipkin tracing.
When we move to sentry, according to this and this, we can send data to sentry, but only one span.

For calling other API (e.g chaining API calls) we use OpenFeign. The span is exists on zipkin (2 spans, includes the one called with openfeign), but only 1 span on sentry.

Does sentry support openfeign?