Check URL when attaching tracing headers in OpenTelemetry propagator
Closed this issue · 1 comments
adinauer commented
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.
adinauer commented
Check getsentry/team-sdks#124 for a decision before implementing.
Decision:
We should take tracePropagationTargets into account for our SDK OTel propagators.