Added
createCodemodeTelemetry()wraps codemodeexecutetools and internal tool sets so tools called from inside codemode emit nestedai.toolCall <name>spans under the outerexecutespan. The helper stamps Latitude context, records AI SDK and GenAI tool attributes, supports input/output capture with redaction, and marks failed tool spans with exception details.- A public
@latitude-data/telemetry/cloudflaresubpath exports Cloudflare-specific helpers, starting withcreateCodemodeTelemetry(). Cloudflare helpers are not exported from the root SDK import. - The Cloudflare Think telemetry guide and runnable example now show codemode tracing with
createCodemodeTelemetry()from the Cloudflare subpath.