Fix error when using streaming and spans table type
This commit is contained in:
@@ -690,7 +690,7 @@ export function createTableFrameFromTraceQlQueryAsSpans(
|
||||
const spanDynamicAttrs: Record<string, FieldDTO> = {};
|
||||
let hasNameAttribute = false;
|
||||
|
||||
data.forEach(
|
||||
data?.forEach(
|
||||
(t) =>
|
||||
t.spanSets?.forEach((ss) => {
|
||||
ss.attributes?.forEach((attr) => {
|
||||
|
||||
Reference in New Issue
Block a user