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.
1 parent 00e68fd commit 2855344Copy full SHA for 2855344
packages/integrations/src/vue.ts
@@ -147,7 +147,7 @@ export class Vue implements Integration {
147
Vue: getGlobalObject<any>().Vue, // tslint:disable-line:no-unsafe-any
148
attachProps: true,
149
logErrors: false,
150
- tracing: true,
+ tracing: false,
151
...options,
152
tracingOptions: {
153
hooks: ['mount', 'update'],
0 commit comments