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 SDK does not include Bun metadata with events #15458

Closed
timfish opened this issue Feb 20, 2025 · 1 comment · Fixed by #15459
Closed

Bun SDK does not include Bun metadata with events #15458

timfish opened this issue Feb 20, 2025 · 1 comment · Fixed by #15459
Assignees
Labels
Package: bun Issues related to the Sentry Bun SDK

Comments

@timfish
Copy link
Collaborator

timfish commented Feb 20, 2025

Description

The Bun client is set on options.clientClass but this is no longer used anywhere in core/node:

export function init(options: BunOptions = {}): NodeClient | undefined {
options.clientClass = BunClient;
options.transport = options.transport || makeFetchTransport;

This means that the metadata included in the BunClient does not end up attached to Bun events.

@timfish timfish added the Package: bun Issues related to the Sentry Bun SDK label Feb 20, 2025
@timfish timfish self-assigned this Feb 20, 2025
Copy link
Contributor

A PR closing this issue has just been released 🚀

This issue was referenced by PR #15459, which was included in the 9.2.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: bun Issues related to the Sentry Bun SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant