Skip to content

fix: traceparent propagation#747

Open
DanilovSoft wants to merge 1 commit into
Farfetch:masterfrom
DanilovSoft:master
Open

fix: traceparent propagation#747
DanilovSoft wants to merge 1 commit into
Farfetch:masterfrom
DanilovSoft:master

Conversation

@DanilovSoft

@DanilovSoft DanilovSoft commented Jun 18, 2026

Copy link
Copy Markdown

Description

Fixed the result of ExtractTraceContextIntoBasicProperties: instead of returning new string[1] { null }, it should return new string[0] { }. Otherwise, parentContext is created as invalid, which breaks the linkage with traceparent.

How Has This Been Tested?

I reproduced the issue in a separate test project and verified that the fix works.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

@DanilovSoft DanilovSoft marked this pull request as ready for review June 18, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant