Skip to content

fix(otlp-transformer): pin protobufjs to 8.0.1#6646

Merged
pichlermarc merged 2 commits intoopen-telemetry:mainfrom
dynatrace-oss-contrib:fix/otlp-transformer-browser
Apr 29, 2026
Merged

fix(otlp-transformer): pin protobufjs to 8.0.1#6646
pichlermarc merged 2 commits intoopen-telemetry:mainfrom
dynatrace-oss-contrib:fix/otlp-transformer-browser

Conversation

@pichlermarc
Copy link
Copy Markdown
Member

Which problem is this PR solving?

Something is wrong with protobufjs@8.0.3 - when people install the @opentelemtry/otlp-transformer package today, they'll get this version and it's broken for bundlers (see bundler-tests on #6644)

This PR pins the version to 8.0.1 which is the last known good one.

Either merging this PR or both #6625 and #6629 fixes the issue, but this PR here should be quicker to get over the finish line.

@pichlermarc pichlermarc requested a review from a team as a code owner April 29, 2026 17:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.70%. Comparing base (cb38d7f) to head (972f7c7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6646   +/-   ##
=======================================
  Coverage   95.70%   95.70%           
=======================================
  Files         375      375           
  Lines       12954    12954           
  Branches     3099     3099           
=======================================
  Hits        12398    12398           
  Misses        556      556           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pichlermarc pichlermarc added this pull request to the merge queue Apr 29, 2026
Merged via the queue into open-telemetry:main with commit f7a9b7c Apr 29, 2026
27 checks passed
@pichlermarc pichlermarc deleted the fix/otlp-transformer-browser branch April 29, 2026 17:53
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