github Effect-TS/effect @effect/opentelemetry@0.63.0

Patch Changes

  • #5780 0d32048 Thanks @mikearnaldi! - Add logs to first propagated span, in the following case before this fix the log would not be added to the p span because Effect.fn adds 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

Don't miss a new effect release

NewReleases is sending notifications on new releases.