Skip to content
Discussion options

You must be logged in to vote

Hi @agis

Thanks for the report. I checked the code to understand what could be causing this and this is indeed a bug.

As v1.74.x are transitional releases (v1 with v2 under the hood) we are transforming the options passed to RTWithSpanOptions into v2 StartSpanOption.

In pure v1 or v2 the cfg *StartSpanConfig param of a StartSpanOption func has already been tagged when the options funcs of RTWithSpanOptions are called but that is not the case for the v1.74.x, it's an empty StartSpanConfig used only for executing the options and then backfilled into the v2 StartSpanConfig.

I wrote a fix in #3956

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@agis
Comment options

Answer selected by agis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants