Skip to content

Fix Tracer.startSpan signature #216

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnnyggalt
Copy link

Which problem is this PR solving?

Inconsistency between implementation (SDK) and interface (API) of Tracer.startSpan.

Short description of the change

Ensures that the API's Tracer.startSpan signature matches that in the implementation.

How Has This Been Tested?

Running all tests again with the change made.

Checklist:

(I don't think either is relevant, but happy to discuss)

  • Unit tests have been added
  • Documentation has been updated

List<api.Attribute> attributes = const [],
List<api.SpanLink> links = const [],
Int64? startTime,
bool newRoot = false});
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a breaking change that would require bumping the minor version. If we want this change, we'll want to clean up the other breaking changes that should be contained within the next minor version release

@evanweible-wf evanweible-wf removed their request for review April 25, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants