Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanGaignault committed Jan 13, 2025
1 parent 459932b commit 9e808e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
*/
is_main_process?: boolean;
/**
* The list of events that include feature flags collection. The tracking is enabled by default on views and errors.
* The list of events that include feature flags collection. The tracking is always enabled for views and errors.
*/
track_feature_flags_for_events?: ('vital' | 'resource' | 'action' | 'long_task')[];
/**
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
*/
is_main_process?: boolean;
/**
* The list of events that include feature flags collection. The tracking is enabled by default on views and errors.
* The list of events that include feature flags collection. The tracking is always enabled for views and errors.
*/
track_feature_flags_for_events?: ('vital' | 'resource' | 'action' | 'long_task')[];
/**
Expand Down
2 changes: 1 addition & 1 deletion schemas/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
"type": "string",
"enum": ["vital", "resource", "action", "long_task"]
},
"description": "The list of events that include feature flags collection. The tracking is enabled by default on views and errors."
"description": "The list of events that include feature flags collection. The tracking is always enabled for views and errors."
},
"track_anonymous_user": {
"type": "boolean",
Expand Down

0 comments on commit 9e808e2

Please sign in to comment.