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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user