Patch Changes
-
#5780
0d32048Thanks @mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to thepspan becauseEffect.fnadds a fake span for the purpose of adding a stack frame.import { Effect } from "effect" const f = Effect.fn(function* () { yield* Effect.logWarning("FooBar") return yield* Effect.fail("Oops") }) const p = f().pipe(Effect.withSpan("p"))
-
Updated dependencies [
f7bb09b,bd7552a,ad1a7eb,0d32048,0d32048]:- effect@3.21.0
- @effect/platform@0.96.0