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

Tracing fixes #64

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Tracing fixes #64

merged 4 commits into from
Feb 9, 2024

Conversation

jeremy-asher
Copy link
Contributor

No description provided.

This improves the logic for looking up function source location and follows OTLP
conventions more completely when tracing in that mode.
}
// Output timing and line ref
line := 0
if loc != nil {
line = loc.Line
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it OK that ref.line may not be the same as this line here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this should work as it did before unless I missed something.

@jeremy-asher jeremy-asher merged commit e9334a7 into main Feb 9, 2024
1 check passed
@jeremy-asher jeremy-asher deleted the tracing-fixes branch February 9, 2024 22:45
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