mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
feat: enable recordInputs in Langfuse telemetry
Enable full message history recording including XML tool calls for better observability.
This commit is contained in:
@@ -84,9 +84,7 @@ export function getTelemetryConfig(params: {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
isEnabled: true,
|
isEnabled: true,
|
||||||
// Disable automatic input recording to avoid uploading large base64 images to Langfuse media
|
recordInputs: true,
|
||||||
// User text input is recorded manually via setTraceInput
|
|
||||||
recordInputs: false,
|
|
||||||
recordOutputs: true,
|
recordOutputs: true,
|
||||||
metadata: {
|
metadata: {
|
||||||
sessionId: params.sessionId,
|
sessionId: params.sessionId,
|
||||||
|
|||||||
Reference in New Issue
Block a user