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 2855344 commit e4261abCopy full SHA for e4261ab
packages/integrations/src/vue.ts
@@ -54,8 +54,8 @@ interface IntegrationOptions {
54
logErrors: boolean;
55
56
/**
57
- * When set to `false`, disables tracking of components lifecycle performance.
58
- * By default, it tracks only when `Tracing` integration is also enabled.
+ * When set to `true`, enables tracking of components lifecycle performance.
+ * It requires `Tracing` integration to be also enabled.
59
*/
60
tracing: boolean;
61
0 commit comments