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

Bun runtime support #195

Open
keturiosakys opened this issue Aug 26, 2024 · 1 comment
Open

Bun runtime support #195

keturiosakys opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@keturiosakys
Copy link
Member

keturiosakys commented Aug 26, 2024

Goal

Support feature-parity for client library and Studio for apps running on the Bun runtime

Main identified issues:

  • Fetch requests result in brand new traces, instead of associating to a parent Hono Request span
  • Proxied requests lose all headers. fixed
@keturiosakys keturiosakys added enhancement New feature or request help wanted Extra attention is needed labels Aug 26, 2024
@brettimus
Copy link
Contributor

brettimus commented Oct 26, 2024

i want to update a bit about why this is open: when i played with bun on test repos, i ended up with a lot of rogue spans, and never had time to debug why

it seems the otel client library does produce some accurate spans, but also a lot of noise. anyone who is interested on fleshing out a bug report is welcome to chime in :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants