Kaung Zin Hein

Results 34 comments of 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

The check [Node (22) (TS 3.8) Integration Tests](https://github.com/getsentry/sentry-javascript/actions/runs/10635661930/job/29486013655?pr=13486#logs) is a consistent fail - observed in previous commits as well. This is b/c: - `tedious 15.1.3` is the newest version that...

> I recommend we add support for a newer version that may not be supporting as many older node versions! Noted! I'll look into it then.