| ... | ... | @@ -162,7 +162,7 @@ pub fn trace_begin(src: std.builtin.SourceLocation, comptime ifmt: []const u8, i |
| 162 | 162 | prev_span_id = span_id; |
| 163 | 163 | const fmt = "{s}:{d}:{d} ({s})" ++ ifmt; |
| 164 | 164 | const args = .{ src.file, src.line, src.column, src.fn_name } ++ iargs; |
| 165 | | const name = if (traces_endpoint == null) "" else std.fmt.allocPrint(allocator, fmt, args) catch ""; |
| 165 | const name = if (traces_endpoint == null) "" else nio.fmt.allocPrint(allocator, fmt, args) catch ""; |
| 166 | 166 | const time_start_ns: u64 = @intCast(time.nanoTimestamp()); // this will overflow 2554 July 21 23:34:33.709 Z |
| 167 | 167 | |
| 168 | 168 | return .{ |