getsentry/sentry-java

Check URL when attaching tracing headers in OpenTelemetry propagator

Closed this issue · 1 comments

Description

Check URL when attaching tracing headers in OpenTelemetry propagator and use TracingUtils.traceIfAllowed instead of TracingUtils.trace if there's an URL in the span attributes we can check against.

Check getsentry/team-sdks#124 for a decision before implementing.
Decision:

We should take tracePropagationTargets into account for our SDK OTel propagators.