Skip to content

Commit f2afa1c

Browse files
committed
tag correct version of event
1 parent 1c84fce commit f2afa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export abstract class BaseClient<B extends Backend, O extends Options> implement
429429
normalized.contexts.trace = event.contexts.trace;
430430
}
431431

432-
event.sdkProcessingMetadata = { ...event.sdkProcessingMetadata, baseClientNormalized: true };
432+
normalized.sdkProcessingMetadata = { ...normalized.sdkProcessingMetadata, baseClientNormalized: true };
433433

434434
return normalized;
435435
}

0 commit comments

Comments
 (0)