Update opentelemetry-js monorepo - #622
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎ Awaiting the start of a new Argos build… |
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
April 29, 2026 15:48
e887416 to
3d85cea
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
April 29, 2026 20:57
3d85cea to
a0af9ae
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
May 6, 2026 17:25
a0af9ae to
b413fda
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
May 12, 2026 21:06
b413fda to
4585123
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
May 13, 2026 10:41
4585123 to
d9073d6
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
May 28, 2026 20:00
d9073d6 to
3db690a
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
June 1, 2026 22:55
3db690a to
9971739
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
June 11, 2026 23:06
9971739 to
7b25420
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
July 2, 2026 23:11
7b25420 to
4e6a2a2
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
July 6, 2026 20:11
4e6a2a2 to
a742ab2
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
July 9, 2026 21:40
a742ab2 to
0ae4050
Compare
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
July 21, 2026 22:16
0ae4050 to
841c0c4
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/opentelemetry-js-monorepo
branch
from
August 31, 2026 18:07
841c0c4 to
e67f344
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.
This PR contains the following updates:
2.6.1→2.11.0^0.214.0→^0.222.0^0.214.0→^0.222.0^0.214.0→^0.222.0^0.214.0→^0.222.0^0.214.0→^0.222.02.6.1→2.11.02.6.1→2.11.0^0.214.0→^0.222.02.6.1→2.11.01.40.0→1.43.0Release Notes
open-telemetry/opentelemetry-js (@opentelemetry/core)
v2.11.0Compare Source
🚀 Features
attach()onAsyncLocalStorageContextManager#6845 @pichlermarcAsyncLocalStorage.withScope()returning a nativeRunScope. On older Node.js, falls back toenterWith()with a manual disposable wrapper.🐛 Bug Fixes
Infinityin exponential histograms #7015 @mwear🏠 Internal
service.instance.idv2.10.0Compare Source
🚀 Features
@opentelemetry/propagator-jaegerpackage will be removed in SDK 3.x, planned for approximately September 2026. @pichlermarcW3CTraceContextPropagator. This package will be removed in a future release.🐛 Bug Fixes
SimpleSpanProcessor.forceFlush()when a pending export fails #6771 @LarryHu0217TraceIdRatioBasedSampler#6890 @LarryHu0217🏠 Internal
v2.9.0Compare Source
💥 Breaking Changes
@opentelemetry/shim-opentracingpackage will be removed in SDK 3.x, planned for approximately September 2026.🚀 Features
PeriodicExportingMetricReader.forceFlushto prevent redundant concurrent export cycles. Concurrent calls to forceFlush will now await any ongoing export and reuse a fresh export cycle if one is started concurrently by another caller. This ensures the latest metrics are always exported efficiently without triggering duplicate collection and export cycles.BatchSpanProcessorconstructor call signature has changed in "sdk-trace". For example, beforenew BatchSpanProcessor(exporter, { maxQueueSize: 1000 }), afternew BatchSpanProcessor({ exporter, maxQueueSize: 1000 }). #6817SimpleSpanProcessorconstructor call signature has changed in "sdk-trace". For example, beforenew SimpleSpanProcessor(exporter), afternew SimpleSpanProcessor({ exporter, selfObsMeterProvider: ... }). #6504🐛 Bug Fixes
uber-trace-id/uberctx-*headers during extract @pichlermarc🏠 Internal
v2.8.0Compare Source
🚀 Features
SpanImpl,Tracer, andBasicTracerProviderviautil.inspectso they render throughdiagandconsole.log#6690 @mcollinahrTimeToSeconds#6449 @anuraaga🐛 Bug Fixes
v2.7.1Compare Source
🐛 Bug Fixes
TraceStatesetnow returns the sameTraceStateinstance if key/value are invalid or makes the while trace state invalid.unsetnow returns the sameTraceStateinstance if key is not present.TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.🏠 Internal
v2.7.0Compare Source
🚀 Features
#6460 @starzlocker
🐛 Bug Fixes
🏠 Internal
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.