-
Notifications
You must be signed in to change notification settings - Fork 979
fix(instrumentation-fetch): include correct esm version of semconv #5878
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
fix(instrumentation-fetch): include correct esm version of semconv #5878
Conversation
|
@overbalance Thanks! Can you add an entry to "experimental/CHANGELOG.md" please? |
trentm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modulo the missing changelog entry, this LGTM.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5878 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 307 307
Lines 8031 8031
Branches 1627 1627
=======================================
Hits 7635 7635
Misses 396 396 🚀 New features to boost your workflow:
|
bdb51e7 to
b06489f
Compare
b06489f to
b7c0323
Compare
|
Thank you for your contribution @overbalance! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey. |
Which problem is this PR solving?
When including the esm/esnext version of
@opentelemetry/instrumentation-fetch, it incorrectly imports the commonjs version of semconv.jsShort description of the changes
Type of change
How Has This Been Tested?
Compile the package and observe the correct path in the build folder:
../src/semconv->./semconvChecklist: