mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
3 lines
151 B
OCaml
3 lines
151 B
OCaml
(** Setup Lwt as the ambient context *)
|
|
let setup_ambient_context () =
|
|
Opentelemetry_ambient_context.set_current_storage Ambient_context_lwt.storage
|