Skip to content

Commit 1fef4bc

Browse files
committed
fix
1 parent a25e223 commit 1fef4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log/trace_async.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ open struct
7575
let cons_assoc_opt_ name x l =
7676
match x with
7777
| None -> l
78-
| Some v -> (name, v) :: l
78+
| Some v -> (name, `String v) :: l
7979
end
8080

8181
let enrich_span_process (span : Trace.explicit_span) : unit =

0 commit comments

Comments
 (0)