logfire client for zig
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

switch otel-zig dependency to maintained fork

original repo (ibd1279/otel-zig) has single maintainer and 3.5 months
of inactivity. forking to zzstoatzz/otel-zig ensures we can apply
0.16 updates when needed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

zzstoatzz 032464f3 1704a253

+1 -1
+1 -1
build.zig.zon
··· 10 10 }, 11 11 .dependencies = .{ 12 12 .opentelemetry = .{ 13 - .url = "https://github.com/ibd1279/otel-zig/archive/refs/heads/trunk.tar.gz", 13 + .url = "https://github.com/zzstoatzz/otel-zig/archive/refs/heads/trunk.tar.gz", 14 14 .hash = "otel-0.0.1-9q9ZWhF9EwACdQz1-ETtOK8585KTaWSFqmGgbfxW4l7c", 15 15 }, 16 16 },