Skip to content

Commit 8c2e4d0

Browse files
committed
maybe fix it??
1 parent 5253d18 commit 8c2e4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tracing/idleSpan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function startIdleSpan(startSpanOptions: StartSpanOptions, options: Parti
130130
// If we have no spans, we just end, nothing else to do here
131131
if (!spans.length) {
132132
onIdleSpanEnded(spanEndTimestamp);
133-
return Reflect.apply(target, thisArg, args);
133+
return Reflect.apply(target, thisArg, [spanEndTimestamp]);
134134
}
135135

136136
const childEndTimestamps = spans

0 commit comments

Comments
 (0)