We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Bun client is set on options.clientClass but this is no longer used anywhere in core/node:
options.clientClass
sentry-javascript/packages/bun/src/sdk.ts
Lines 95 to 97 in 6f56d06
This means that the metadata included in the BunClient does not end up attached to Bun events.
BunClient
The text was updated successfully, but these errors were encountered:
This issue was referenced by PR #15459, which was included in the 9.2.0 release.
Sorry, something went wrong.
timfish
Successfully merging a pull request may close this issue.
Description
The Bun client is set on
options.clientClass
but this is no longer used anywhere in core/node:sentry-javascript/packages/bun/src/sdk.ts
Lines 95 to 97 in 6f56d06
This means that the metadata included in the
BunClient
does not end up attached to Bun events.The text was updated successfully, but these errors were encountered: