Skip to content

Commit 445befb

Browse files
committed
See which one of the scopes it is
1 parent 0740673 commit 445befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/tracing/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function setCapturedScopesOnSpan(span: Span | undefined, scope: Scope, is
5353
addNonEnumerableProperty(span, ISOLATION_SCOPE_ON_START_SPAN_FIELD, wrapScopeWithWeakRef(isolationScope));
5454
addNonEnumerableProperty(span, SCOPE_ON_START_SPAN_FIELD, wrapScopeWithWeakRef(scope));
5555
// Testing
56-
setTimeout(() => [scope, isolationScope], 10_000); // keep this reference around for at least 10s
56+
setTimeout(() => [isolationScope], 10_000); // keep this reference around for at least 10s
5757
}
5858
}
5959

0 commit comments

Comments
 (0)