Can't use OpenTelemetry at all
βοΈDeno CLIπ οΈStandard Libraryπ§βπ»JS / TS Development
Deno.* APIs
Deno.* APIsI've tried many methods, but I still can't get logging to work properly.
My console output is normal; OpenTelemetry shows no data.
I try in linux and mac
Run Command:
Code:
Console Log:
Deno: v2.6.8
Hono: v4.11.7
And I tested the regular Deno.serve, and it still didn't work.
My console output is normal; OpenTelemetry shows no data.
I try in linux and mac
Run Command:
OTEL_DENO=true deno run --unstable-otel -A main.tsCode:
Console Log:
Deno: v2.6.8
Hono: v4.11.7
And I tested the regular Deno.serve, and it still didn't work.
