Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6402 +/- ##
=======================================
Coverage 95.50% 95.50%
=======================================
Files 365 365
Lines 11617 11617
Branches 2681 2681
=======================================
Hits 11095 11095
Misses 522 522 🚀 New features to boost your workflow:
|
david-luna
approved these changes
Feb 12, 2026
trentm
approved these changes
Feb 12, 2026
Contributor
|
Re-running the workflow because there have been commits to main: https://github.com/open-telemetry/opentelemetry-js/actions/runs/21958342502 |
8c25456 to
a80b53a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stable SDK (./CHANGELOG.md)
2.5.1
🐛 Bug Fixes
🏠 Internal
Experimental (./experimental/CHANGELOG.md)
0.212.0
💥 Breaking Changes
@opentelemetry/sdk-node#6325 @pichlermarc(
LoggerProvider,BatchLogRecordProcessor) directly from@opentelemetry/sdk-logs. Please migrate to usingNodeSDKfrom@opentelemetry/sdk-nodeto get automatic environment variable configuration.🚀 Features
feat(configuration): add Prometheus exporter support #6400 @MikeGoldsmith
feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler #6305 @trentm
feat(configuration): parse config for rc 3 #6304 @maryliag
feat(instrumentation): use the
internals: trueoption with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules #6344 @trentm🐛 Bug Fixes
url,type, andredirectedproperties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.@opentelemetry/semantic-conventionsdependency #6330 @omizha🏠 Internal