Fork me on GitHub
#clj-otel
<
2022-05-16
>
Daniel Jomphe13:05:03

Has anyone made their code that uses #clj-otel compatible with #babashka? Our current plan is to make a e.g. util/observe.cljc file that exposes the same API as #clj-otel but uses https://clojure.org/guides/reader_conditionals to either forward its API calls to clj-otel (clojure), or to a noop fn (babashka).