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.
integrations
1 parent b5bce40 commit 8781790Copy full SHA for 8781790
packages/integrations/src/captureconsole.ts
@@ -51,12 +51,6 @@ export class CaptureConsole implements Integration {
51
scope.setExtra('arguments', normalize(args, 3));
52
scope.addEventProcessor(event => {
53
event.logger = 'console';
54
- if (event.sdk) {
55
- event.sdk = {
56
- ...event.sdk,
57
- integrations: [...(event.sdk.integrations || []), 'console'],
58
- };
59
- }
60
return event;
61
});
62
0 commit comments