From aa66e81a71f7c3ecab1ba7d63bd2eb5ffed32d2d Mon Sep 17 00:00:00 2001 From: cthomas Date: Fri, 27 Feb 2026 16:48:54 -0800 Subject: [PATCH] feat: add debug logs in telem endpoint (#9723) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add debug logs in telem endpoint * api sync * fix: add debug_log_tail to FeedbackProperty type Add debug_log_tail field to FeedbackProperty interface in service-analytics to fix type error when sending debug log data in feedback and telemetry. Also add e2e tests for feedback and error telemetry with debug_log_tail. 🤖 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta --------- Co-authored-by: Letta --- fern/openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/openapi.json b/fern/openapi.json index f7c35898..f533fac3 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -21737,6 +21737,9 @@ "type": "object", "additionalProperties": {} } + }, + "debug_log_tail": { + "type": "string" } }, "required": ["message"] @@ -21983,6 +21986,9 @@ "type": "object", "additionalProperties": {} } + }, + "debug_log_tail": { + "type": "string" } }, "required": [