Added
- Per-span project scoping —
capture({ projectSlug })routes the wrapping span (and its OTel children) to a specific Latitude project by stampinglatitude.projecton the span. Useful when one process emits to multiple projects (e.g. multiple agents sharing a runtime). Server-side precedence: span attributelatitude.project→ OTEL resource attributelatitude.project→X-Latitude-Projectheader. - Optional ctor
projectSlug—new Latitude({ apiKey })is now valid without a default project. When omitted the SDK sends noX-Latitude-Projectheader, and eachcapture()must set its ownprojectSlug(or rely on a resource/span attribute). Existing customers passingprojectSlugin the ctor see no behavior change.