@deno/otel Registers the Deno.tracing API as an exporter with the OpenTelemetry library. Try it import { register } from "jsr:@deno/otel"; register(); Or, more simply: import "jsr:@deno/otel/register";