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: spans not taking the parentId of their parent #33

Merged
merged 1 commit into from
Apr 5, 2022
Merged

fix: spans not taking the parentId of their parent #33

merged 1 commit into from
Apr 5, 2022

Conversation

peternewnham
Copy link
Contributor

Fix for #32

All spans were being assigned a parentId of the root span instead of their immediate parent.

Each new span is now created outside of the context execution which ensures that all child spans will be correctly scoped to it.

All spans were being assigned a parentId of the root span instead of
their immediate parent.

Each new span is now created outside of the context execution which
ensures that all child spans will be correctly scoped to it.
@MetinSeylan MetinSeylan merged commit aeaf325 into MetinSeylan:main Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants