Skip to content

Commit

Permalink
include _sdkProcessingMetadata when cloning scope
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Nov 17, 2022
1 parent fae0682 commit ee84e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/scope.ts
Expand Up @@ -128,6 +128,7 @@ export class Scope implements ScopeInterface {
newScope._eventProcessors = [...scope._eventProcessors];
newScope._requestSession = scope._requestSession;
newScope._attachments = [...scope._attachments];
newScope._sdkProcessingMetadata = { ...scope._sdkProcessingMetadata };
}
return newScope;
}
Expand Down

0 comments on commit ee84e9b

Please sign in to comment.