Skip to content

devdeps(global): update opentelemetry-js monorepo to v2.6.0#110

Open
mapcolonies-devops wants to merge 1 commit intomasterfrom
renovate/opentelemetry-js-monorepo
Open

devdeps(global): update opentelemetry-js monorepo to v2.6.0#110
mapcolonies-devops wants to merge 1 commit intomasterfrom
renovate/opentelemetry-js-monorepo

Conversation

@mapcolonies-devops
Copy link
Contributor

@mapcolonies-devops mapcolonies-devops commented Jan 25, 2026

This PR contains the following updates:

Package Change Age Confidence
@opentelemetry/sdk-trace-base (source) 2.4.02.6.0 age confidence
@opentelemetry/sdk-trace-node (source) 2.4.02.6.0 age confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/sdk-trace-base)

v2.6.0

Compare Source

💥 Breaking Changes
  • fix(resources): update OTEL_RESOURCE_ATTRIBUTES parsing to match spec changes (open-telemetry/opentelemetry-specification#4856) #​6261 @​jacksonweber
    • Important: This fix is included in the "breaking changes" section because it can be breaking for some edge case usage of OTEL_RESOURCE_ATTRIBUTES:
      • export OTEL_RESOURCE_ATTRIBUTES=foo=bar,spam will now be fully ignored, because the spam entry is invalid (missing =). Per spec, any parsing error results in ignoring the entire environment variable.
      • export OTEL_RESOURCE_ATTRIBUTES='wat=" spaces "' will now result in {"wat": "\" spaces \""} with the double-quotes included in the value. Before this change the implementation included brittle double-quoting to allow leading and trailing whitespace in the value. To support leading or trailing whitespace now, you must percent-encode the whitespace. Internal whitespace still works without encoding, e.g. export OTEL_RESOURCE_ATTRIBUTES='green=eggs and ham'.
🚀 Features
🐛 Bug Fixes

v2.5.1

Compare Source

🐛 Bug Fixes
  • fix(opentelemetry-sdk-node): the custom value from env variable for service.instance.id should take priority over random uuid as backup #​6345 @​maryliag
🏠 Internal

v2.5.0

Compare Source

🐛 Bug Fixes
🏠 Internal

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mapcolonies-devops mapcolonies-devops force-pushed the renovate/opentelemetry-js-monorepo branch 2 times, most recently from 9b8455b to 8d300e0 Compare January 30, 2026 08:42
@mapcolonies-devops mapcolonies-devops force-pushed the renovate/opentelemetry-js-monorepo branch from 8d300e0 to 61a0e64 Compare February 16, 2026 08:48
@mapcolonies-devops mapcolonies-devops changed the title devdeps(global): update opentelemetry-js monorepo to v2.5.0 devdeps(global): update opentelemetry-js monorepo to v2.5.1 Feb 16, 2026
@mapcolonies-devops mapcolonies-devops changed the title devdeps(global): update opentelemetry-js monorepo to v2.5.1 devdeps(global): update opentelemetry-js monorepo to v2.6.0 Mar 7, 2026
@mapcolonies-devops mapcolonies-devops force-pushed the renovate/opentelemetry-js-monorepo branch from 61a0e64 to abb38c5 Compare March 7, 2026 08:30
@mapcolonies-devops mapcolonies-devops force-pushed the renovate/opentelemetry-js-monorepo branch from abb38c5 to fa71a05 Compare March 9, 2026 08:43
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.

2 participants