Effect CommunityEC
Effect Community3y ago
6 replies
erikshestopal

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)
)
Was this page helpful?