Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps @opentelemetry/instrumentation from 0.203.0 to 0.206.0.

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.206.0

0.206.0

🚀 Features

  • feat(otlp-transformer): add span flags support for isRemote property #5910 @​nikhilmantri0902
  • feat(sampler-composite): Added experimental implementations of draft composite sampling spec #5839 @​anuraaga
  • feat(opentelemetry-configuration): add more attributes to config model #5826 @​maryliag
  • feat(opentelemetry-configuration): Parse of Configuration File #5875 @​maryliag
  • feat(opentelemetry-configuration): parse of array objects on configuration file #5947 @​maryliag
  • feat(opentelemetry-configuration): parse of environment variables on configuration file #5947 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-http): respect requireParent flag when INVALID_SPAN_CONTEXT is used #4788 @​reberhardt7
  • fix(otlp-transformer): trunc hrTime to int for nanos converting #5924 @​blumamir

🏠 Internal

  • refactor(otlp-exporter-base): use get*FromEnv() for otlp exporter config. #5583 @​weyert

experimental/v0.205.0

0.205.0

💥 Breaking Changes

  • fix(otlp-exporter-base)!: split node and browser config types in two #5917 @​pichlermarc
    • Fixes a bug where Node.js modules would be incorrectly used in the instantiation of a web-targeted exporter
    • Breaking changes:
      • (user-facing) createOtlpHttpExportDelegate(OtlpHttpConfiguration) has been changed to take a different, but identical type OtlpNodeHttpConfiguration to differentiate it from the web-targeted exporters
      • (user-facing) convertLegacyHttpOptions(...) now returns OtlpNodeHttpConfiguration, the returned object's contents remain identical.
      • (user-facing) agentFactory has been dropped from OtlpHttpConfiguration as it is node-specific and is now part of OtlpNodeHttpConfiguration instead

experimental/v0.204.0

0.204.0

💥 Breaking Changes

  • feat(api-logs)!: Marked private methods as "conventionally private". #5789
  • feat(exporter-otlp-*): support custom HTTP agents #5719 @​raphael-theriault-swi
    • OtlpHttpConfiguration.agentOptions has been removed and functionality has been rolled into OtlpHttpConfiguration.agentFactory
      • (old) { agentOptions: myOptions }
      • (new) { agentFactory: httpAgentFactoryFromOptions(myOptions) }

🚀 Features

  • feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
    • when using headers, the Browser exporter now prefers fetch over XMLHttpRequest if present. Sending via XMLHttpRequest will be removed in a future release.

... (truncated)

Commits
Maintainer changes

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


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Important

Bumps @opentelemetry/instrumentation from 0.203.0 to 0.206.0 in instrumentation-bedrock, adding features, bug fixes, and breaking changes.

  • Dependency Update:
    • Bumps @opentelemetry/instrumentation from 0.203.0 to 0.206.0 in package.json.
  • Features:
    • Adds span flags support for isRemote property.
    • Implements draft composite sampling spec.
    • Enhances configuration model with more attributes and parsing capabilities.
  • Bug Fixes:
    • Respects requireParent flag with INVALID_SPAN_CONTEXT in instrumentation-http.
    • Fixes hrTime truncation for nanos conversion in otlp-transformer.
  • Breaking Changes:
    • Splits node and browser config types in otlp-exporter-base.
    • Removes agentOptions from OtlpHttpConfiguration in favor of agentFactory.

This description was created by Ellipsis for 617ec76. You can customize this summary. It will automatically update as commits are pushed.

Bumps [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) from 0.203.0 to 0.206.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.203.0...experimental/v0.206.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.206.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Labels

The following labels could not be found: instrumentation-bedrock. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link

coderabbitai bot commented Oct 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 617ec76 in 48 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/instrumentation-bedrock/package.json:43
  • Draft comment:
    Ensure the dependency upgrade to @opentelemetry/instrumentation ^0.206.0 is compatible with your usage. Note that versions 0.204.0 and 0.205.0 introduced breaking changes—verify that none affect your code.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None

Workflow ID: wflow_5Cgr54W0JbMXLrFs

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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.

0 participants