Skip to content

fix(otlp-exporter-base): remove xhr transport#6317

Merged
pichlermarc merged 3 commits intoopen-telemetry:mainfrom
cjihrig:xhr-transport
Jan 20, 2026
Merged

fix(otlp-exporter-base): remove xhr transport#6317
pichlermarc merged 3 commits intoopen-telemetry:mainfrom
cjihrig:xhr-transport

Conversation

@cjihrig
Copy link
Copy Markdown
Contributor

@cjihrig cjihrig commented Jan 19, 2026

Which problem is this PR solving?

The XhrTransport is deprecated and pending removal.

Fixes #6315

Short description of the changes

This commit implements the changes described in #6315.

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

  • Test suite

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

@cjihrig cjihrig requested a review from a team as a code owner January 19, 2026 20:37
Comment thread experimental/CHANGELOG.md Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.46%. Comparing base (adbaa90) to head (5f3a0eb).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6317   +/-   ##
=======================================
  Coverage   95.46%   95.46%           
=======================================
  Files         317      317           
  Lines        9599     9599           
  Branches     2218     2218           
=======================================
  Hits         9164     9164           
  Misses        435      435           
🚀 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.

Copy link
Copy Markdown
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

Comment thread experimental/CHANGELOG.md Outdated
Comment thread experimental/CHANGELOG.md Outdated
cjihrig and others added 2 commits January 20, 2026 10:14
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
@pichlermarc pichlermarc added this pull request to the merge queue Jan 20, 2026
Merged via the queue into open-telemetry:main with commit 82ad3b7 Jan 20, 2026
27 checks passed
@otelbot
Copy link
Copy Markdown
Contributor

otelbot Bot commented Jan 20, 2026

Thank you for your contribution @cjihrig! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey.

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.

[otlp-exporter-base] remove xhr transport

2 participants