Skip to content

Commit 2855344

Browse files
committed
Make tracing:false a default
1 parent 00e68fd commit 2855344

File tree

1 file changed

+1
-1
lines changed
  • packages/integrations/src

1 file changed

+1
-1
lines changed

packages/integrations/src/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class Vue implements Integration {
147147
Vue: getGlobalObject<any>().Vue, // tslint:disable-line:no-unsafe-any
148148
attachProps: true,
149149
logErrors: false,
150-
tracing: true,
150+
tracing: false,
151151
...options,
152152
tracingOptions: {
153153
hooks: ['mount', 'update'],

0 commit comments

Comments
 (0)