New releases[Changelog]
Changelog
- Platform: The platform changelog lists user-facing product changes by day.
- SDKs: The TypeScript SDK and Python SDK changelogs list changes by version.
- Docs: This page lists documentation changes by day.
Improvements[Reference][Getting started]
Reference
- Ingest status: The trace contract says ingest keeps exact
OKandERROR, ignores every other value, and lets a non-empty error forceERROR.
Getting started
- Page titles: Page titles name the task. The introduction title is “Production monitoring for AI agents.”
Improvements[Integrations]
Integrations
- LangChain: The LangChain guide documents that an idle open trace is finalized and sent after the open-trace TTL.
New releases[Guides][Platform]
Guides
- From issue to fix: Turning issues into fixes walks one production issue from the evidence through a code change and a check that it does not recur.
Platform
- Issues: The issues and overview pages link that guide.
New releases[Guides][Integrations]
Guides
- Runnable examples: Runnable examples points at one docs-chat agent implemented for each first-party stack, plus a direct SDK path.
Integrations
- Wiring: The LangChain, LangGraph, Mastra, OpenAI Agents, and Vercel AI SDK pages show the handler, exporter, or telemetry helper for that example.
New releasesImprovements[Tracing][Platform][Connections][Navigation]
Tracing
- Cross-process turns: Cross-process turns explains how a host and a sandbox record one trace.
- Fail open: The traces page says automatic SDK delivery catches network errors, and
ingest()still raises.
Platform
- Product pages: Platform and connection pages match the public product: workspace sequence, ready traces, and the coding-agent setup path.
Connections
- Webhooks and MCP: Webhook and MCP pages replace the previous incident and monitor copy.
Navigation
- Page menu: Each page can be copied, opened as markdown, sent to the docs MCP, or opened in Cursor or Claude Code.
- Introduction: The introduction screenshot sits under the opening paragraph.
New releases[Platform][Connections]
Improvements[Integrations]
Integrations
- Vercel AI SDK: The integration page says a generation records the provider system when the call sets messages.
Improvements[Navigation][Tracing][Platform]
Navigation
- Setup path: Instrumentation setup is the getting-started path for the SDK. The standalone quickstart and tracing overview pages were folded into that guide.
- Platform group: Platform pages have their own nav group, separate from tracing.
Improvements[Tracing]
Tracing
- Release: Setup explains how to set
release, including identifiers produced in CI.
New releases[Getting started]
Getting started
- Trace quality: Getting started documents the diagnostics skill for reviewing trace quality.
Improvements[Integrations]
Integrations
- Token usage: LangChain, LangGraph, Mastra, OpenAI Agents, and Vercel AI SDK pages document generation token usage.
Improvements[Tracing][Integrations][Reference]
Tracing
- Release: Setup, the trace contract, and the integration pages document the client
releasefield.
New releasesImprovements[Tracing][Reference][Integrations]
Tracing
- Inputs and outputs: Integration pages and the trace contract say prompts, tool payloads, model output, and error messages are always recorded.
Reference
- Analytics attributes: Analytics telemetry lists the generation attributes the SDK emits, and the generations page documents them.
New releases[Tracing]
Tracing
- Tool messages: Tool calls documents
userFacingMessageanduser_facing_message.
Improvements[Integrations]
Integrations
- Mastra: The Mastra page says the trace name comes from the agent entity.
Improvements[Integrations]
Integrations
- Trace contract: The Vercel AI SDK, OpenAI Agents, LangChain, and LangGraph pages describe current-turn input and output, thread and user, and nested tool calls.
Improvements[Tracing][Guides][Reference]
Tracing
- One delivery: Traces, context, and troubleshooting say each execution sends one complete trace.
TraceHandle.flushis no longer documented. - Second delivery: Troubleshooting describes a root whose input and output are null after a second delivery.
Guides
- Quality guide: Building high-quality traces lives under Guides.
New releases[Reference][Guides][Tracing]
Reference
- Trace contract: The trace contract specifies what clients send and which fields unlock product behavior. The undocumented environment field is gone from the contract.
Guides
- Quality: A guide covers what makes a trace useful to Lemma.
- Migrations: Guides cover moving from Raindrop, Langfuse, and OpenTelemetry.
Improvements[Tracing]
Tracing
- Debug verify: The debug mode page says verification reads per-trace ingest status.
New releases[Tracing]
Tracing
- Debug mode: The debug mode page documents delivery logs and the smoke test.
- Debug flag:
LEMMA_DEBUG=1is documented as the preferred value.truestill works.
Improvements[Getting started]
Getting started
- Skill install: Getting started shortens the tracing skill install path.
New releases[Getting started][Tracing][Integrations]
Getting started
- Public docs: The docs site opens with an introduction and the tracing skill install path.
Tracing
- Instrumentation: Tracing pages cover setup, traces, generations, tool calls, spans, and context.
Integrations
- First-party stacks: Pages cover LangChain, OpenAI Agents, and the Vercel AI SDK.