mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
doc
This commit is contained in:
parent
15daf8aff5
commit
9e4b32ce97
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ let tap (f : 'a -> unit) (self : 'a t) : 'a t =
|
||||||
in
|
in
|
||||||
{ self with emit }
|
{ self with emit }
|
||||||
|
|
||||||
|
(** Dummy emitter, doesn't accept or emit anything. *)
|
||||||
let dummy : _ t =
|
let dummy : _ t =
|
||||||
{
|
{
|
||||||
enabled = (fun () -> false);
|
enabled = (fun () -> false);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue