0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 22:59:41 -04:00
deno/ext/telemetry
Luca Casonato aa55efaa13
fix(otel): don't throw when calling setActiveSpan at root (#28323)
When calling `setActiveSpan` at the module root, or with `options.root =
true`, the function would internally throw.
2025-02-27 18:47:09 +01:00
..
Cargo.toml chore: forward v2.2.2 release commit to main (#28292) 2025-02-25 14:36:11 +05:30
lib.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
telemetry.ts fix(otel): don't throw when calling setActiveSpan at root (#28323) 2025-02-27 18:47:09 +01:00
util.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.