github latitude-dev/latitude-llm python-telemetry-3.0.0a6
Python Telemetry v3.0.0a6

pre-release3 hours ago

Added

  • Per-span project scopingcapture({"project_slug": ...}) routes the wrapping function (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 project_slugLatitude(api_key=...) is now valid without a default project. When omitted the SDK sends no X-Latitude-Project header, and each capture() must set its own project_slug (or rely on a resource/span attribute). Existing callers passing project_slug in the ctor see no behavior change.

Don't miss a new latitude-llm release

NewReleases is sending notifications on new releases.