Open tsteckenborn opened 1 month ago
I believe this issue is related to https://github.com/cloudflare/workers-sdk/issues/6581
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.
Came up with a workaround: https://github.com/cloudflare/workers-sdk/issues/6581#issuecomment-2383594102
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 :)