Skip to content

Commit ee84e9b

Browse files
committed
include _sdkProcessingMetadata when cloning scope
1 parent fae0682 commit ee84e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/scope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export class Scope implements ScopeInterface {
128128
newScope._eventProcessors = [...scope._eventProcessors];
129129
newScope._requestSession = scope._requestSession;
130130
newScope._attachments = [...scope._attachments];
131+
newScope._sdkProcessingMetadata = { ...scope._sdkProcessingMetadata };
131132
}
132133
return newScope;
133134
}

0 commit comments

Comments
 (0)