Skip to content

fix: removing hardcoded traceflag#53

Merged
asteurer merged 2 commits into
bytecodealliance:mainfrom
asteurer:bugfix
Apr 30, 2026
Merged

fix: removing hardcoded traceflag#53
asteurer merged 2 commits into
bytecodealliance:mainfrom
asteurer:bugfix

Conversation

@asteurer
Copy link
Copy Markdown
Contributor

@asteurer asteurer commented Apr 29, 2026

We had configured our host to sample traces, and we were getting random component traces that were detached from the larger host trace. This fix ensures that the exported component traces matches the context that the host provides.

Also, the exemplars conversion logic was flat out wrong. The tracing portion uses hex strings, and this was just raw converting bytes to string.

Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
@asteurer asteurer requested a review from calebschoepp April 29, 2026 19:28
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@calebschoepp calebschoepp left a comment

Choose a reason for hiding this comment

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

Mind adding detail to the description for posterities sake?

@asteurer asteurer merged commit f824362 into bytecodealliance:main Apr 30, 2026
4 checks passed
@asteurer asteurer deleted the bugfix branch May 5, 2026 20: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