provideOtel
constprovideOtel: ({ otelTracer, parentSpanContext }) => <A,E,R>(effect) =>Effect.Effect<A,E,Exclude<R,OtelTracer.OtelTracer>>
Defined in: packages/@livestore/common/dist/otel.d.ts:3
Parameters
Section titled “Parameters”{ otelTracer, parentSpanContext }
Section titled “{ otelTracer, parentSpanContext }”otelTracer?
Section titled “otelTracer?”otel.Tracer
parentSpanContext?
Section titled “parentSpanContext?”otel.Context
Returns
Section titled “Returns”<
A,E,R>(effect):Effect.Effect<A,E,Exclude<R,OtelTracer.OtelTracer>>
Type Parameters
Section titled “Type Parameters”A
E
R
Parameters
Section titled “Parameters”effect
Section titled “effect”Effect.Effect<A, E, R>
Returns
Section titled “Returns”Effect.Effect<A, E, Exclude<R, OtelTracer.OtelTracer>>