This repository was archived by the owner on Feb 12, 2026. It is now read-only.
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
tracePropagationTargets before attaching tracing headers in OpenTelemetry propagator #124
Currently Java SDK does not check the target URL against
tracePropagationTargetsbefore attachingsentry-traceandbaggageheaders to an outgoing request.The URL may have been attached to the span attributes but it might not be there.
Do we want to check before attaching these headers?
Also keep in mind other SDKs that have POTel.