Kaung Zin Hein
Kaung Zin Hein
Hey, I had the same issue for my use case that resembles your "Steps to reproduce problem". My case: Configuring [`ts-jest` ](https://www.npmjs.com/package/ts-jest) for my tests. And `jest` uses `ts-node` to...
hey, i'm working on: - examples/basic-tracer-node - examples/esm-http-ts - examples/grpc-js - examples/http - examples/https - examples/opencensus-shim - examples/opentracing-shim - examples/otlp-exporter-node
@JamieDanielson hey, i found that in each example in the `examples/opentelemetry-web` directory, there's no usage of `@opentelemetry/semantic-conventions`. But it's installed as a dep in `package.json`. And it's already been updated...
> > [@JamieDanielson](https://github.com/JamieDanielson) hey, i found that in each example in the `examples/opentelemetry-web` directory, there's no usage of `@opentelemetry/semantic-conventions`. But it's installed as a dep in `package.json`. And it's already...
> Oh! I see what you mean now, sorry I read too fast earlier 😅 . It looks like service names were removed inadvertently during an [update and migration ](https://github.com/open-telemetry/opentelemetry-js/pull/3145/files)of...
i'm on the `examples/opentelemetry-web` now