Skip to content

Commit e4261ab

Browse files
committed
Add note regarding Tracing requirement
1 parent 2855344 commit e4261ab

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

packages/integrations/src/vue.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ interface IntegrationOptions {
5454
logErrors: boolean;
5555

5656
/**
57-
* When set to `false`, disables tracking of components lifecycle performance.
58-
* By default, it tracks only when `Tracing` integration is also enabled.
57+
* When set to `true`, enables tracking of components lifecycle performance.
58+
* It requires `Tracing` integration to be also enabled.
5959
*/
6060
tracing: boolean;
6161

0 commit comments

Comments
 (0)