Skip to content

Bun SDK does not include Bun metadata with events #15458

Closed
@timfish

Description

@timfish

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.

Metadata

Metadata

Assignees

Labels

Package: bunIssues related to the Sentry Bun SDK

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions