Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sdk-trace): make activeSpanProcessor private #4965

Open
wants to merge 19 commits into
base: next
Choose a base branch
from

Conversation

legalimpurity
Copy link
Contributor

@legalimpurity legalimpurity commented Aug 29, 2024

Which problem is this PR solving?

This addresses the issue of making activeSpanProcessor private.
Fixes #4792

Short description of the changes

Makes activeSpanProcessor private in BasicTracerProvider.

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

A few tests that were accessing the property have been fixed.

Checklist:

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

trentm and others added 18 commits August 21, 2024 17:44
@legalimpurity legalimpurity requested a review from a team August 29, 2024 17:57
@pichlermarc
Copy link
Member

Hi, thanks for working on this, would you mind chaging the target to the next branch and rebasing the changes onto next 🙂

All breaking changes from the SDK 2.0 Milestone usually go onto the next branch 🙂

@legalimpurity legalimpurity changed the base branch from main to next August 30, 2024 14:41
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.

[sdk-trace] make activeSpanProcessor private
8 participants