1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 21:35:31 -05:00
denoland-deno/cli/standalone
snek 5f8be055db
refactor(unstable): otel configuration (#27333)
split up otel config into user configurable and runtime configurable
parts. user configurable part is now set via env vars parsed according
to the otel spec. otel is now enabled via `OTEL_DENO=true`, and
`--unstable-otel` only acts as a guard.

Fixes: https://github.com/denoland/deno/issues/27273
2024-12-12 09:17:26 +01:00
..
binary.rs refactor(unstable): otel configuration (#27333) 2024-12-12 09:17:26 +01:00
code_cache.rs chore(compile): log code cache file path (#26977) 2024-11-21 18:16:40 -05:00
file_system.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-25 09:37:48 -05:00
mod.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
serialization.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
virtual_fs.rs fix(compile): output contents of embedded file system (#27302) 2024-12-11 09:40:50 -05:00