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 span option typo in SDK span End, and WithAttributes only being available on span start #6006

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

dmathieu
Copy link
Member

No description provided.

@dmathieu dmathieu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Nov 27, 2024
@dmathieu dmathieu marked this pull request as ready for review November 27, 2024 09:48
sdk/trace/span.go Outdated Show resolved Hide resolved
@dmathieu dmathieu changed the title Fix span option type in SDK span End Fix span option typo in SDK span End, and WithAttributes only being available on span start Nov 27, 2024
@dmathieu
Copy link
Member Author

I have also updated the WithAttributes doc not to mention it being a valid option for End().

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.1%. Comparing base (652588d) to head (1ed3999).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #6006     +/-   ##
=======================================
- Coverage   82.1%   82.1%   -0.1%     
=======================================
  Files        273     273             
  Lines      23652   23652             
=======================================
- Hits       19437   19436      -1     
- Misses      3870    3871      +1     
  Partials     345     345             

see 1 file with indirect coverage changes

@dmathieu
Copy link
Member Author

Merging as a trivial update.

@dmathieu dmathieu merged commit bab2460 into open-telemetry:main Nov 27, 2024
32 checks passed
@dmathieu dmathieu deleted the fix-option-name branch November 27, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants