github latitude-dev/latitude-llm python-telemetry-3.5.0
Python Telemetry v3.5.0

latest releases: python-telemetry-3.6.0, v0.3.24, typescript-telemetry-3.5.0...
5 hours ago

Added

  • capture.start() and capture.end() support lifecycle capture boundaries for flows that cannot
    wrap their work in a callback. CaptureScope can be ended directly, or capture.end() can end the
    currently active lifecycle capture.

Fixed

  • Capture root spans now record exceptions and set ERROR status when captured work raises or a
    lifecycle capture ends with an error.
  • capture() now keeps context isolated when a synchronous callable returns a coroutine, so
    concurrent wrapper-mode captures such as asyncio.gather(capture("a", lambda: task_a()), ...)
    do not leak the last capture context into every task.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.