Bump OpenTelemetry gems to latest versions#14676
Merged
JamieMagee merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Dependabot updater/runtime observability dependencies to newer OpenTelemetry (and Sentry) releases to address OTLP exporter protobuf decode errors seen in updater logs.
Changes:
- Bump OpenTelemetry exporter/instrumentation/SDK gems (notably
opentelemetry-exporter-otlpto~> 0.33) and related OpenTelemetry API gems. - Bump
sentry-opentelemetry/sentry-rubyto~> 6.5. - Refresh lockfiles to reflect the new dependency graph (including
google-protobufupdates).
Show a summary per file
| File | Description |
|---|---|
| updater/Gemfile | Updates OpenTelemetry + Sentry gem constraints used by the updater service. |
| updater/Gemfile.lock | Locks the updater’s resolved dependency set to the newer OpenTelemetry/Sentry/protobuf versions. |
| Gemfile.lock | Updates repo-level locked OpenTelemetry API gem versions to match new constraints. |
| common/dependabot-common.gemspec | Bumps OpenTelemetry API gem dependencies required by dependabot-common. |
Copilot's findings
- Files reviewed: 2/4 changed files
- Comments generated: 0
63df375 to
760f119
Compare
760f119 to
30eee09
Compare
kbukum1
approved these changes
Apr 9, 2026
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.
What are you trying to accomplish?
We were seeing OTLP exporter errors in updater logs:
This bumps all OpenTelemetry gems (and sentry-opentelemetry/sentry-ruby) to their latest releases. The OTLP exporter goes from 0.31.1 to 0.33.0, which is the one most likely related to the protobuf decode failure.
Full list of version bumps:
Anything you want to highlight for special attention from reviewers?
The API gems in dependabot-common.gemspec were also behind and needed bumping to match what the newer SDK/exporter gems require.
How will you know you've accomplished your goal?
The protobuf decode errors in updater logs should stop (or at least change character). If the OTLP endpoint is misconfigured we'd still see export failures, but they shouldn't be protobuf parse errors anymore.
Checklist