0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-05 18:37:20 -05:00
deno/ext/telemetry
snek d410358789
fix(unstable): don't unwrap optional state in otel (#27292)
otel global state may not be initialized if otel is not enabled, so bail
out instead of panicking.

Fixes: https://github.com/denoland/deno/issues/27272
2024-12-11 03:37:33 +01:00
..
Cargo.toml 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
lib.rs fix(unstable): don't unwrap optional state in otel (#27292) 2024-12-11 03:37:33 +01:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00
telemetry.ts fix(unstable): don't unwrap optional state in otel (#27292) 2024-12-11 03:37:33 +01:00
util.ts refactor(unstable): move telemetry to own ext (#27067) 2024-11-28 15:47:25 +01:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.