We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45756d commit 01b9bbcCopy full SHA for 01b9bbc
projects/distributed-tracing/src/shared/dashboard/widgets/waterfall/waterfall/waterfall-chart.service.ts
@@ -43,7 +43,7 @@ export class WaterfallChartService {
43
serviceName: datum.serviceName,
44
protocolName: datum.protocolName,
45
hasError: datum.errorCount > 0,
46
- hasLogs: datum.logEvents && datum.logEvents.length > 0
+ hasLogs: datum.logEvents.length > 0
47
},
48
$$iconType: this.iconLookupService.forSpanType(datum.spanType)!,
49
getChildren: () => of([]),
0 commit comments