github latitude-dev/latitude-llm typescript-telemetry-3.0.0-alpha.10
TypeScript Telemetry v3.0.0-alpha.10

pre-release3 hours ago

Added

  • Per-span project scopingcapture({ projectSlug }) routes the wrapping span (and its OTel children) to a specific Latitude project by stamping latitude.project on the span. Useful when one process emits to multiple projects (e.g. multiple agents sharing a runtime). Server-side precedence: span attribute latitude.project → OTEL resource attribute latitude.projectX-Latitude-Project header.
  • Optional ctor projectSlugnew Latitude({ apiKey }) is now valid without a default project. When omitted the SDK sends no X-Latitude-Project header, and each capture() must set its own projectSlug (or rely on a resource/span attribute). Existing customers passing projectSlug in the ctor see no behavior change.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.