Gerhard Stöbich

Results 233 comments of Gerhard Stöbich

I guess the "crashes with debug build" are also relevant for release binaries as these checks are an indication that something wrong is done.

I assume it should be possible to configure loader hooks per worker thread therefore this may complicate this thread. I'm also a bit skeptical to have a single loader thread...

Above helpers require also `@opentelemetry/core` which would be problematic for API package.

The difference of the two cases is that non sampled spans get an unique ID and backend will show that a span is missing (assuming a non parent based sampler...

Is it planned to include API into the lerna project and release together with SDK/experimental or is it just moved to have it in the same repo but keep release...

I think we should avoid releasing API if there are no changes. But I guess this can be archived also here as it's done also in contrib.

Have you tried to ask the tool authors about this? OTel JS doesn't come with a UI like that one above.

Would be nice if they can tell in which condition black dashes like this are shown. Once we have this information it's by far easier to look into Oel-JS to...

What about packing the resource into a Promise/Future? This one can be created sync and it's immutable. Whoever needs resource has to await it. As far as I know that's...

I tried via `/// ` but it looks like it's available everywhere then. It even ends up in globalThis.js and globalThis.d.ts so it is even visible in consumers. Maybe some...