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.
1 parent abebe62 commit 45272ebCopy full SHA for 45272eb
packages/node-experimental/src/sdk/scope.ts
@@ -85,7 +85,7 @@ export class Scope extends OpenTelemetryScope implements ScopeInterface {
85
newScope._tags = { ...this['_tags'] };
86
newScope._extra = { ...this['_extra'] };
87
newScope._contexts = { ...this['_contexts'] };
88
- newScope._user = this['_user'];
+ newScope._user = { ...this['_user'] };
89
newScope._level = this['_level'];
90
newScope._span = this['_span'];
91
newScope._session = this['_session'];
0 commit comments