Skip to content

Commit

Permalink
Add built files
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Dec 18, 2024
1 parent fd0bdc5 commit 6cf9e2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cjs/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
* The list of events that include feature flags collection
*/
collect_feature_flags_on?: ('view' | 'error' | 'vital')[];
/**
* Whether the anonymous users are tracked by extending cookies. Default to true
*/
track_anonymous_user?: boolean;
[k: string]: unknown;
};
[k: string]: unknown;
Expand Down
4 changes: 4 additions & 0 deletions lib/esm/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ export declare type TelemetryConfigurationEvent = CommonTelemetryProperties & {
* The list of events that include feature flags collection
*/
collect_feature_flags_on?: ('view' | 'error' | 'vital')[];
/**
* Whether the anonymous users are tracked by extending cookies. Default to true
*/
track_anonymous_user?: boolean;
[k: string]: unknown;
};
[k: string]: unknown;
Expand Down

0 comments on commit 6cf9e2d

Please sign in to comment.