Skip to content

Commit 63232c4

Browse files
Turbo87kamilogorek
authored andcommitted
integrations/vue: Remove unnecessary integrations change
1 parent 8781790 commit 63232c4

File tree

1 file changed

+0
-11
lines changed
  • packages/integrations/src

1 file changed

+0
-11
lines changed

packages/integrations/src/vue.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ export class Vue implements Integration {
9292
scope.setExtra(key, metadata[key]);
9393
});
9494

95-
scope.addEventProcessor((event: Event) => {
96-
if (event.sdk) {
97-
const integrations = event.sdk.integrations || [];
98-
event.sdk = {
99-
...event.sdk,
100-
integrations: [...integrations, 'vue'],
101-
};
102-
}
103-
return event;
104-
});
105-
10695
getCurrentHub().captureException(error);
10796
});
10897
}

0 commit comments

Comments
 (0)