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 8781790 commit 63232c4Copy full SHA for 63232c4
packages/integrations/src/vue.ts
@@ -92,17 +92,6 @@ export class Vue implements Integration {
92
scope.setExtra(key, metadata[key]);
93
});
94
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
-
106
getCurrentHub().captureException(error);
107
108
}
0 commit comments