Skip to content

Commit 8781790

Browse files
Turbo87kamilogorek
authored andcommitted
integrations/captureconsole: Remove unnecessary integrations change
1 parent b5bce40 commit 8781790

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/integrations/src/captureconsole.ts

-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ export class CaptureConsole implements Integration {
5151
scope.setExtra('arguments', normalize(args, 3));
5252
scope.addEventProcessor(event => {
5353
event.logger = 'console';
54-
if (event.sdk) {
55-
event.sdk = {
56-
...event.sdk,
57-
integrations: [...(event.sdk.integrations || []), 'console'],
58-
};
59-
}
6054
return event;
6155
});
6256

0 commit comments

Comments
 (0)