Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the opentelemetry group in /frontend with 6 updates:

Package From To
@opentelemetry/exporter-trace-otlp-http 0.207.0 0.208.0
@opentelemetry/instrumentation-document-load 0.53.0 0.54.0
@opentelemetry/instrumentation-fetch 0.207.0 0.208.0
@opentelemetry/instrumentation-user-interaction 0.52.0 0.53.0
@opentelemetry/instrumentation-xml-http-request 0.207.0 0.208.0
@opentelemetry/semantic-conventions 1.37.0 1.38.0

Updates @opentelemetry/exporter-trace-otlp-http from 0.207.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-document-load from 0.53.0 to 0.54.0

Changelog

Sourced from @​opentelemetry/instrumentation-document-load's changelog.

0.54.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)
Commits

Updates @opentelemetry/instrumentation-fetch from 0.207.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/instrumentation-fetch's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-user-interaction from 0.52.0 to 0.53.0

Release notes

Sourced from @​opentelemetry/instrumentation-user-interaction's releases.

instrumentation-user-interaction: v0.53.0

0.53.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

instrumentation-long-task: v0.53.0

0.53.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

instrumentation-winston: v0.53.0

0.53.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/winston-transport bumped from ^0.18.0 to ^0.19.0

instrumentation-router: v0.53.0

0.53.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)
Changelog

Sourced from @​opentelemetry/instrumentation-user-interaction's changelog.

0.53.0 (2025-11-06)

Features

  • deps: update deps matching '@opentelemetry/*' (#3210) (2d675d3)
Commits

Updates @opentelemetry/instrumentation-xml-http-request from 0.207.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/instrumentation-xml-http-request's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/semantic-conventions from 1.37.0 to 1.38.0

Release notes

Sourced from @​opentelemetry/semantic-conventions's releases.

semconv/v1.38.0

1.38.0

🚀 Features

  • feat: update semantic conventions to v1.38.0 #6090 @​trentm
    • Semantic Conventions v1.38.0: changelog | latest docs
    • @opentelemetry/semantic-conventions (stable) changes: none
    • @opentelemetry/semantic-conventions/incubating (unstable) changes: 1 exported value changed, 40 newly deprecated exports, 1 newly undeprecated export, 157 added exports

Unstable changes in v1.38.0

ATTR_PROCESS_CONTEXT_SWITCH_TYPE // process.context_switch_type -> process.context_switch.type
METRIC_K8S_CRONJOB_ACTIVE_JOBS                  // k8s.cronjob.active_jobs: Replaced by `k8s.cronjob.job.active`.
METRIC_K8S_DAEMONSET_CURRENT_SCHEDULED_NODES    // k8s.daemonset.current_scheduled_nodes: Replaced by `k8s.daemonset.node.current_scheduled`.
METRIC_K8S_DAEMONSET_DESIRED_SCHEDULED_NODES    // k8s.daemonset.desired_scheduled_nodes: Replaced by `k8s.daemonset.node.desired_scheduled`.
METRIC_K8S_DAEMONSET_MISSCHEDULED_NODES         // k8s.daemonset.misscheduled_nodes: Replaced by `k8s.daemonset.node.misscheduled`.
METRIC_K8S_DAEMONSET_READY_NODES                // k8s.daemonset.ready_nodes: Replaced by `k8s.daemonset.node.ready`.
METRIC_K8S_DEPLOYMENT_AVAILABLE_PODS            // k8s.deployment.available_pods: Replaced by `k8s.deployment.pod.available`.
METRIC_K8S_DEPLOYMENT_DESIRED_PODS              // k8s.deployment.desired_pods: Replaced by `k8s.deployment.pod.desired`.
METRIC_K8S_HPA_CURRENT_PODS                     // k8s.hpa.current_pods: Replaced by `k8s.hpa.pod.current`.
METRIC_K8S_HPA_DESIRED_PODS                     // k8s.hpa.desired_pods: Replaced by `k8s.hpa.pod.desired`.
METRIC_K8S_HPA_MAX_PODS                         // k8s.hpa.max_pods: Replaced by `k8s.hpa.pod.max`.
METRIC_K8S_HPA_MIN_PODS                         // k8s.hpa.min_pods: Replaced by `k8s.hpa.pod.min`.
METRIC_K8S_JOB_ACTIVE_PODS                      // k8s.job.active_pods: Replaced by `k8s.job.pod.active`.
METRIC_K8S_JOB_DESIRED_SUCCESSFUL_PODS          // k8s.job.desired_successful_pods: Replaced by `k8s.job.pod.desired_successful`.
METRIC_K8S_JOB_FAILED_PODS                      // k8s.job.failed_pods: Replaced by `k8s.job.pod.failed`.
METRIC_K8S_JOB_MAX_PARALLEL_PODS                // k8s.job.max_parallel_pods: Replaced by `k8s.job.pod.max_parallel`.
METRIC_K8S_JOB_SUCCESSFUL_PODS                  // k8s.job.successful_pods: Replaced by `k8s.job.pod.successful`.
METRIC_K8S_NODE_ALLOCATABLE_CPU                 // k8s.node.allocatable.cpu: Replaced by `k8s.node.cpu.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_EPHEMERAL_STORAGE   // k8s.node.allocatable.ephemeral_storage: Replaced by `k8s.node.ephemeral_storage.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_MEMORY              // k8s.node.allocatable.memory: Replaced by `k8s.node.memory.allocatable`.
METRIC_K8S_NODE_ALLOCATABLE_PODS                // k8s.node.allocatable.pods: Replaced by `k8s.node.pod.allocatable`.
METRIC_K8S_REPLICASET_AVAILABLE_PODS            // k8s.replicaset.available_pods: Replaced by `k8s.replicaset.pod.available`.
METRIC_K8S_REPLICASET_DESIRED_PODS              // k8s.replicaset.desired_pods: Replaced by `k8s.replicaset.pod.desired`.
METRIC_K8S_REPLICATIONCONTROLLER_AVAILABLE_PODS // k8s.replicationcontroller.available_pods: Replaced by `k8s.replicationcontroller.pod.available`.
METRIC_K8S_REPLICATIONCONTROLLER_DESIRED_PODS   // k8s.replicationcontroller.desired_pods: Replaced by `k8s.replicationcontroller.pod.desired`.
METRIC_K8S_STATEFULSET_CURRENT_PODS             // k8s.statefulset.current_pods: Replaced by `k8s.statefulset.pod.current`.
</tr></table> 

... (truncated)

Commits
  • e460f03 chore: prepare next release (#6091)
  • 32336f1 feat(semantic-conventions): update semantic conventions to v1.38.0 (#6090)
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​opentelemetry/semantic-conventions since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opentelemetry group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.207.0` | `0.208.0` |
| [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-document-load) | `0.53.0` | `0.54.0` |
| [@opentelemetry/instrumentation-fetch](https://github.com/open-telemetry/opentelemetry-js) | `0.207.0` | `0.208.0` |
| [@opentelemetry/instrumentation-user-interaction](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-user-interaction) | `0.52.0` | `0.53.0` |
| [@opentelemetry/instrumentation-xml-http-request](https://github.com/open-telemetry/opentelemetry-js) | `0.207.0` | `0.208.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.37.0` | `1.38.0` |


Updates `@opentelemetry/exporter-trace-otlp-http` from 0.207.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.207.0...experimental/v0.208.0)

Updates `@opentelemetry/instrumentation-document-load` from 0.53.0 to 0.54.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-document-load/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/instrumentation-pg-v0.54.0/packages/instrumentation-document-load)

Updates `@opentelemetry/instrumentation-fetch` from 0.207.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.207.0...experimental/v0.208.0)

Updates `@opentelemetry/instrumentation-user-interaction` from 0.52.0 to 0.53.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-user-interaction/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/contrib-test-utils-v0.53.0/packages/instrumentation-user-interaction)

Updates `@opentelemetry/instrumentation-xml-http-request` from 0.207.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.207.0...experimental/v0.208.0)

Updates `@opentelemetry/semantic-conventions` from 1.37.0 to 1.38.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@semconv/v1.37.0...semconv/v1.38.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation-document-load"
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation-fetch"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation-user-interaction"
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation-xml-http-request"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
@dependabot dependabot bot requested a review from markcoleman as a code owner November 10, 2025 12:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant