feat: add debug logs in telem endpoint (#9723)

* 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 <noreply@letta.com>

---------

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
cthomas
2026-02-27 16:48:54 -08:00
committed by Caren Thomas
parent a50482e6d3
commit aa66e81a71

View File

@@ -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": [