-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
Description
Which middleware has the bug?
@hono/sentry
What version of the middleware?
1.2.2
What version of Hono are you using?
4.10.4
What runtime/platform is your app running on? (with version if possible)
Bun 1.3.1
What steps can reproduce the bug?
When i build my turbo repo app in github actions i get this error.
I use this docker image FROM oven/bun:1.3.1-alpine AS base
What is the expected behavior?
If i build it in my local computer using wsl ubuntu i dont get that error.
What do you see instead?
error: No matching export in "../../node_modules/.bun/@sentry[email protected]/node_modules/@sentry/core/build/esm/index.js" for import "sessionTimingIntegration" at /app/node_modules/.bun/[email protected]/node_modules/toucan-js/dist/index.esm.js:3:82
Additional information
No response