mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04: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
|