Skip to content

Bun SDK does not include Bun metadata with events #15458

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions