Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bun server integration from latest bun changes #15941

Open
AbhiPrasad opened this issue Apr 1, 2025 · 1 comment · May be fixed by #15978
Open

Fix bun server integration from latest bun changes #15941

AbhiPrasad opened this issue Apr 1, 2025 · 1 comment · May be fixed by #15978
Assignees
Labels
Meta: Help Wanted Package: bun Issues related to the Sentry Bun SDK

Comments

@AbhiPrasad
Copy link
Member

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.

@AbhiPrasad AbhiPrasad added Meta: Help Wanted Package: bun Issues related to the Sentry Bun SDK labels Apr 1, 2025
@AbhiPrasad
Copy link
Member Author

ref #15827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Help Wanted Package: bun Issues related to the Sentry Bun SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant