opentelemetry-js-contrib
opentelemetry-js-contrib copied to clipboard
chore: move xray propagators back to contrib
Which problem is this PR solving?
- the spec prohibits us from hosting vendor propagators in the core repo. From the spec:
Additional
Propagators implementing vendor-specific protocols such as AWS X-Ray trace header protocol MUST NOT be maintained or distributed as part of the Core OpenTelemetry repositories.
Short description of the changes
- moves the xray and xray lambda propagators back to contrib
- adapts dependencies and lifecycle scripts to contrib repo.