mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix error when using streaming and spans table type
This commit is contained in:
parent
c923e730d5
commit
1ba30b4de3
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user