Skip to content

Extend BunOptions with NodeOptions #18437

@JPeer264

Description

@JPeer264

Description

It seems that the init function of @sentry/bun passes everything down to the init of @sentry/node:

return initNode(options);

However we have separate BunOptions available for the init of bun, which causes fixes such as #18436 or #17349. If we e.g. extend the NodeOptions, we won't have a problem anymore, but we need to verify if that wouldn't cause any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions