Adding TracingLive Layer to Default Context in Custom Runtime
Is it possible to add the TracingLive layer to the default context in a custom runtime?
const TracingLive = Layer.provide(
Resource.layer({ serviceName: "example" }),
Layer.merge(NodeSdkLive, Tracer.layer)
)