We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a72ef commit 7fd63a4Copy full SHA for 7fd63a4
apps/sim/lib/logs/execution/logging-session.ts
@@ -351,9 +351,6 @@ export class LoggingSession {
351
352
const hasProvidedSpans = Array.isArray(traceSpans) && traceSpans.length > 0
353
354
- // When skipCost is true (preprocessing errors), don't charge anything
355
- // When we have trace spans, calculate actual cost from them
356
- // Otherwise, charge the base execution fee for errors that occurred during execution
357
const costSummary = skipCost
358
? {
359
totalCost: 0,
0 commit comments