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 307eee7 commit 4cabc4bCopy full SHA for 4cabc4b
apps/sim/lib/logs/execution/logging-session.ts
@@ -512,7 +512,6 @@ export class LoggingSession {
512
hasErrors: false,
513
})
514
515
- // Create OpenTelemetry trace spans for the workflow execution
516
if (traceSpans && traceSpans.length > 0) {
517
const startTime = new Date(endTime.getTime() - Math.max(1, durationMs))
518
createOTelSpansForWorkflowExecution({
@@ -594,7 +593,6 @@ export class LoggingSession {
594
593
totalCost: costSummary.totalCost || 0,
595
596
597
598
599
600
0 commit comments