You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve random trace ID flag for child spans (#5241) (#5242)
* fix: preserve random trace flag for child spans
Assisted-by: OpenAI Codex
* chore: add changelog for random trace flag fix
Assisted-by: OpenAI Codex
* chore: clarify random trace flag changelog
Assisted-by: OpenAI Codex
Co-authored-by: Tasdiqul Islam <tasdiq088@gmail.com>
Preserve the random trace ID flag when creating child spans instead of always setting the random trace id bit depending on the available trace id generator.
0 commit comments