You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
In the Bun SDK we pin
bun-types
tolatest
in our dev deps.sentry-javascript/packages/bun/package.json
Line 47 in f0fc41f
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 ourbun-types
were pinned to an older version so we didn't see.The text was updated successfully, but these errors were encountered: