ocaml-opentelemetry/emit1.sh
Simon Cruanes 5605a75f25
add a basic example with cohttp and trace-lwt
note that there's no explicit context being passed!
2023-09-13 15:16:26 -04:00

3 lines
122 B
Bash
Executable file

#!/bin/sh
OPTS="--profile=release --display=quiet --ignore-promoted-rules"
exec dune exec $OPTS tests/bin/emit1.exe -- $@