We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_sdkProcessingMetadata
1 parent fae0682 commit ee84e9bCopy full SHA for ee84e9b
packages/core/src/scope.ts
@@ -128,6 +128,7 @@ export class Scope implements ScopeInterface {
128
newScope._eventProcessors = [...scope._eventProcessors];
129
newScope._requestSession = scope._requestSession;
130
newScope._attachments = [...scope._attachments];
131
+ newScope._sdkProcessingMetadata = { ...scope._sdkProcessingMetadata };
132
}
133
return newScope;
134
0 commit comments