diff --git a/packages/frontend/hooks/useFluentBitStream.ts b/packages/frontend/hooks/useFluentBitStream.ts index 2dfe6c4b..0eae6485 100644 --- a/packages/frontend/hooks/useFluentBitStream.ts +++ b/packages/frontend/hooks/useFluentBitStream.ts @@ -41,7 +41,7 @@ async function fetchStream(vivoExporterUrl: string, kind: StreamKind, lastId: nu if (Array.isArray(record)) { records.push({ record, rawEvent: JSON.stringify(record[1]), rawMetadata: JSON.stringify(record[0][1]), id: id-- }); } else { - records.push({ record, id: id-- }); + records.push({ record, rawEvent: '', rawMetadata: '', id: id-- }); } } return records