-
Notifications
You must be signed in to change notification settings - Fork 2
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
Promotes trace and span IDs to top level #329
Conversation
|
l.SetSpanID(spanId) | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tickled me. But also I did say it needed tests in the first one :D
There are now tests :)
I'm ignoring the lint for now, until I can get this working on my local machine. Currently I get a panic when running the linter locally, and I'm sure it's related to the whole updating. |
Not yet finished, as need tests