Skip to content

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