#Adding built-in Diagnostics API for zig.
1 messages · Page 1 of 1 (latest)
u might be interested in instrumentation with https://github.com/nektro/zig-tracer
the default backend is none so it can be transparently added to libraries without polluting downstream projects
if there's a tracing backend you're interested in that's not there, feel free to open an issue :)
just updated the README with a lot more info :)
Thanks @flint portal i feel this part should be supported downstream as default.
Meanwhile API docs for ref https://learn.microsoft.com/en-us/dotnet/core/diagnostics/