Skip to content

Commit 57a8b3a

Browse files
committed
Test with scope keeping
1 parent 445befb commit 57a8b3a

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(() => [isolationScope], 10_000); // keep this reference around for at least 10s
56+
setTimeout(() => [scope], 10_000); // keep this reference around for at least 10s
5757
}
5858
}
5959

0 commit comments

Comments
 (0)