deno/tests/registry
Luca Casonato 594a99817c
feat(runtime): remove public OTEL trace API (#26854)
This PR removes the public Deno.tracing.Span API.
We are not confident we can ship an API that is
better than the `@opentelemetry/api` API, because
V8 CPED does not support us using `using` to
manage span context. If this changes, we can
revisit this decision. For now, users wanting
custom spans can instrument their code using
the `@opentelemetry/api` API and `@deno/otel`.

This PR also speeds up the OTEL trace generation
by a 30% by using Uint8Array instead of
strings for the trace ID and span ID.
2024-11-18 23:55:22 +00:00
..
jsr feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
npm feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
npm-private/@denotest
npm-private2
npm-private3/@denotest3/basic/1.0.0 fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00