mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
Update src/core/collector.ml
Co-authored-by: ELLIOTTCABLE <github.com@from.ec>
This commit is contained in:
parent
e34d6dade3
commit
4306a635f3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ module type S = sig
|
|||
@since 0.3 *)
|
||||
|
||||
val add_data : (string * user_data) list -> unit
|
||||
(** @since Adds data to the ambient span.
|
||||
(** @since Adds data to the current, implicit span.
|
||||
NEXT_RELEASE *)
|
||||
|
||||
val add_data_to_manual_span :
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue