Skip to content

Fix bun server integration from latest bun changes #15941

Description

@AbhiPrasad

Description

In the Bun SDK we pin bun-types to latest in our dev deps.

"bun-types": "latest"

The issue with this is that it gets stale with the latest version of bun.

In Bun 1.2.6 the changes have broken the types for Bun.serve, which breaks our instrumentation. This was not accounted for because our bun-types were pinned to an older version so we didn't see.

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions