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
has someone a working setup in conjunction with "@cloudflare/vitest-pool-workers"?
I'm currently running in different issues, such as:
Failed to load url @opentelemetry/sdk-trace-base (resolved id: @opentelemetry/sdk-trace-base)
and / or:
No such module "Users/.../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/os".
imported from "Users/.../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@opentelemetry/resources/build/esm/detectors/platform/node/HostDetectorSync.js"
I'd assume for now that it's due to some configurations on my end. If somebody has a working sample together with the vitest pool workers it would save me some time and I'd be grateful :)
The text was updated successfully, but these errors were encountered:
Yeah.. that certainly seems like a similar issue indeed. And not sure if there is anything I could do to fix that in this library.
If the issue is only in @opentelemetry/sdk-trace-base and not in @opentelemetry/api, or if you do not do any manual instrumentation, you should be able to test the handler without the instrument calls.
Hey there,
has someone a working setup in conjunction with "@cloudflare/vitest-pool-workers"?
I'm currently running in different issues, such as:
and / or:
I'd assume for now that it's due to some configurations on my end. If somebody has a working sample together with the vitest pool workers it would save me some time and I'd be grateful :)
The text was updated successfully, but these errors were encountered: