Charly Gomez
Charly Gomez
Hey @benjick have you tried adding ``` public-hoist-pattern[]=*import-in-the-middle* public-hoist-pattern[]=*require-in-the-middle* ``` to `.npmrc`? or `pnpm add import-in-the-middle require-in-the-middle`?
> The request import-in-the-middle matches serverExternalPackages (or the default list). @Kief5555 could you try an override so you just get the `1.14.0` version?
I assume you already tried just installing the package in your project?
Taking a look at this, thanks for the repro and the patience!
So Turbopack expects external packages to be resolvable from the project root, but pnpm's hoisting mechanics isolate dependencies in directories that Turbopack (maybe?) cannot traverse. This is an internal hoisting...
Thanks @nikolovlazar , we'll look into it! But as Lukas already mentioned these spans are coming directly from the framework. We do have this on our radar anyway to improve...
Hey @pankajkabra thanks for reaching out. Could you try the first bundle again and set `debug: true` in your `init` call – and then check if you get any insights...
So if you don't see any Sentry logs you're most likely not initializing Sentry at all. Where do you call the `SentryHandler` from your snippet?
closed by https://github.com/getsentry/sentry-javascript/pull/17220
hi @artechventure, which yarn version are you using?