Skip to content

Commit 0740673

Browse files
committed
Webkit?
1 parent e69948b commit 0740673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/tracing/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export function setCapturedScopesOnSpan(span: Span | undefined, scope: Scope, is
5252
if (span) {
5353
addNonEnumerableProperty(span, ISOLATION_SCOPE_ON_START_SPAN_FIELD, wrapScopeWithWeakRef(isolationScope));
5454
addNonEnumerableProperty(span, SCOPE_ON_START_SPAN_FIELD, wrapScopeWithWeakRef(scope));
55+
// Testing
56+
setTimeout(() => [scope, isolationScope], 10_000); // keep this reference around for at least 10s
5557
}
5658
}
5759

0 commit comments

Comments
 (0)