1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tools/test
snek 4e899d48cf
fix: otel resiliency (#26857)
Improving the breadth of collected data, and ensuring that the collected
data is more likely to be successfully reported.

- Use `log` crate in more places
- Hook up `log` crate to otel
- Switch to process-wide otel processors
- Handle places that use `process::exit`

Also adds a more robust testing framework, with a deterministic tracing
setting.

Refs: https://github.com/denoland/deno/issues/26852
2024-11-14 12:16:28 +00:00
..
reporters feat(cli/tools): add a subcommand --hide-stacktraces for test (#24095) 2024-08-20 01:27:36 +00:00
channel.rs chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
fmt.rs BREAKING(fs): remove Deno.fsync[Sync]() (#25448) 2024-09-09 22:39:56 +00:00
mod.rs fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00