github latitude-dev/latitude-llm typescript-telemetry-3.5.0
TypeScript Telemetry v3.5.0

latest releases: python-telemetry-3.6.0, v0.3.24
4 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.
  • Latitude#getTracer(scope, context?) returns a tracer from the provider Latitude is exporting
    from, prefixing scopes with so.latitude.instrumentation. when needed. Pass the optional context
    to stamp spans with the same Latitude context accepted by capture() (userId, sessionId,
    tags, metadata, and project), including when passing the tracer to the Vercel AI SDK v6
    experimental_telemetry.tracer field.

Fixed

  • Capture root spans now record exceptions and set ERROR status when captured work raises or a
    lifecycle capture ends with an error.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.