Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle propagator rename breaking change in OTel JS 0.26.0 #167

Conversation

NathanielRN
Copy link
Contributor

@NathanielRN NathanielRN commented Nov 1, 2021

Description:

Follow up to #160.

The OTel JS upgrading guide had said that the HttpTraceContextPropagator was renamed in 0.25.0 so since we were upgrading from 0.25.0 to 0.26.0 there should have been no need to change anything. However, this breaking change (open-telemetry/opentelemetry-js#2429) was actually introduced in 0.26.0 as seen by the OTel JS release notes. Therefore, we need to account for that in this 0.26.0 release.

Link to tracking Issue:

N/A

Testing:

This time, I confirmed there were no error outputs when I did cd nodejs/ && ./build.sh even after scrolling to the top.

Documentation:

N/A

@NathanielRN NathanielRN changed the title Sync propagator rename breaking change in OTel JS 0.26.0 Handle propagator rename breaking change in OTel JS 0.26.0 Nov 1, 2021
@NathanielRN NathanielRN merged commit f152369 into aws-observability:main Nov 1, 2021
@NathanielRN NathanielRN deleted the update-nodejs-for-0.27.0-part2 branch November 1, 2021 23:18
NathanielRN added a commit to NathanielRN/aws-otel-lambda that referenced this pull request Jan 27, 2022
…#167)

* Update Lambda Layer with OTel Python 1.6.2 and 0.25b2

* Just remove the OTEL_TRACES_EXPORTER because its a default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant