| ... | @@ -52,7 +52,7 @@ pub fn deinit() void { | ... | @@ -52,7 +52,7 @@ pub fn deinit() void { |
| 52 | | 52 | |
| 53 | threadlocal var allocator: std.mem.Allocator = undefined; | 53 | threadlocal var allocator: std.mem.Allocator = undefined; |
| 54 | threadlocal var traces_endpoint: std.Uri = undefined; | 54 | threadlocal var traces_endpoint: std.Uri = undefined; |
| 55 | threadlocal var trace_id: [16]u8 = undefined; | 55 | pub threadlocal var trace_id: [16]u8 = undefined; |
| 56 | threadlocal var prev_span_id: ?[8]u8 = undefined; | 56 | threadlocal var prev_span_id: ?[8]u8 = undefined; |
| 57 | threadlocal var spans: std.ArrayListUnmanaged([]const u8) = .empty; | 57 | threadlocal var spans: std.ArrayListUnmanaged([]const u8) = .empty; |
| 58 | | 58 | |