Skip to content

chore(api): mark ProxyTracerProvider as deprecated#6328

Merged
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
cjihrig:proxytraceprovider
Jan 23, 2026
Merged

chore(api): mark ProxyTracerProvider as deprecated#6328
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
cjihrig:proxytraceprovider

Conversation

@cjihrig
Copy link
Copy Markdown
Contributor

@cjihrig cjihrig commented Jan 22, 2026

Which problem is this PR solving?

ProxyTracerProvider should not be exported from the API.

Fixes #6321

Short description of the changes

This commit completes the checklist for ProxyTracerProvider in #6321.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

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 review from a team as code owners January 22, 2026 05:01
Comment thread CHANGELOG.md Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.58%. Comparing base (e5f2d42) to head (835d59b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6328   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files         314      314           
  Lines        9590     9590           
  Branches     2221     2221           
=======================================
  Hits         9167     9167           
  Misses        423      423           
Files with missing lines Coverage Δ
api/src/trace/ProxyTracerProvider.ts 85.71% <ø> (ø)
🚀 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.

Comment thread CHANGELOG.md Outdated
@cjihrig cjihrig force-pushed the proxytraceprovider branch from ba3bc19 to 835d59b Compare January 22, 2026 14:45
@cjihrig
Copy link
Copy Markdown
Contributor Author

cjihrig commented Jan 22, 2026

The CI failures appear to be GitHub infra issues.

@pichlermarc pichlermarc added this pull request to the merge queue Jan 23, 2026
Merged via the queue into open-telemetry:main with commit 570c091 Jan 23, 2026
35 of 37 checks passed
@otelbot
Copy link
Copy Markdown
Contributor

otelbot Bot commented Jan 23, 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.

@cjihrig cjihrig deleted the proxytraceprovider branch January 23, 2026 15:47
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.

chore(api): mark ProxyLoggerProvider and ProxyTracerProvider as deprecated

3 participants