-
Notifications
You must be signed in to change notification settings - Fork 213
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
"Missing Trace Root" on v0.29 #884
Comments
We'll take a look. |
This is currently to be expected. The reason is adding support to something we call "Tracing without performance", a way to connect errors from different services together without the need to emit traces. As the payload of each event now always contains a |
@cleptric I may be wrong, but it feels like there's still a bug here. Note the part of the original screenshot where two different spans in the same trace have the same But if I record any child spans, the root transaction span ends up having its original |
Yes, I was able to reproduce this and will look into a fix. Thanks @radazen for calling this out! |
Same problem, really annoying on self host |
A fix has been shipped with https://github.com/getsentry/sentry-go/releases/tag/v0.29.1 |
Summary
Upgrade to v0.29 results in "Missing Trace Root" traces. Downgrade to 0.28.1 resolves the issue.
Steps To Reproduce
Use the Go OTEL sample
Expected Behavior
The trace root should be correct.
Screenshots
SDK
sentry-go
version: v0.29Sentry
The text was updated successfully, but these errors were encountered: