Skip to content

chore(api-logs)!: remove ProxyLoggerProvider export#6322

Merged
david-luna merged 2 commits intoopen-telemetry:mainfrom
david-luna:6078-api-log-remove-proxy-provider
Jan 21, 2026
Merged

chore(api-logs)!: remove ProxyLoggerProvider export#6322
david-luna merged 2 commits intoopen-telemetry:mainfrom
david-luna:6078-api-log-remove-proxy-provider

Conversation

@david-luna
Copy link
Copy Markdown
Contributor

@david-luna david-luna commented Jan 20, 2026

Which problem is this PR solving?

Removes ProxyLoggerProvider class from the package exports .

Closes #6078

Short description of the changes

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • ran all tests in the repo for all packages

Checklist:

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

@david-luna david-luna requested review from a team as code owners January 20, 2026 19:01
assert.strictEqual(context['_getContextManager'](), mockContextManager);
assert.strictEqual(propagation['_getGlobalPropagator'](), mockPropagator);

assert.strictEqual(setGlobalTracerProviderSpy.callCount, 1);
Copy link
Copy Markdown
Contributor Author

@david-luna david-luna Jan 20, 2026

Choose a reason for hiding this comment

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

note for reviewer: this and the changes below are leftovers from a previous PR. See #6319 (comment)

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.46%. Comparing base (82ad3b7) to head (af37924).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6322   +/-   ##
=======================================
  Coverage   95.46%   95.46%           
=======================================
  Files         317      317           
  Lines        9602     9602           
  Branches     2221     2221           
=======================================
  Hits         9167     9167           
  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.

thanks!

@david-luna david-luna added this pull request to the merge queue Jan 21, 2026
Merged via the queue into open-telemetry:main with commit f73f51d Jan 21, 2026
27 checks passed
@david-luna david-luna deleted the 6078-api-log-remove-proxy-provider branch January 21, 2026 12:10
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.

[api-logs] remove ProxyLoggerProvider from exports

3 participants