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
node-tests-experimental and browser-tests-experimental consistently fail with following messages:
Error: backwards-compatability/node10/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.
Error: backwards-compatability/node12/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.
Error: backwards-compatability/node8/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.
However, I could not reproduce the problem locally. I believe it is related to b66c650, /cc @dyladan. Retried CI with the full run and it fails consistently.
node-tests-experimental
andbrowser-tests-experimental
consistently fail with following messages:However, I could not reproduce the problem locally. I believe it is related to b66c650, /cc @dyladan. Retried CI with the full run and it fails consistently.
Links:
The text was updated successfully, but these errors were encountered: