-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
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
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.