Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/cjs/generated/telemetry.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ export type TelemetryConfigurationEvent = CommonTelemetryProperties & {
* Whether the beta track WebSockets feature is enabled
*/
beta_track_web_sockets?: boolean;
/**
* Whether tracing feature's client-side-stats generation is enabled
*/
use_client_side_stats?: 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 @@ -481,6 +481,10 @@ export type TelemetryConfigurationEvent = CommonTelemetryProperties & {
* Whether the beta track WebSockets feature is enabled
*/
beta_track_web_sockets?: boolean;
/**
* Whether tracing feature's client-side-stats generation is enabled
*/
use_client_side_stats?: boolean;
[k: string]: unknown;
};
[k: string]: unknown;
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,10 @@
"type": "boolean",
"description": "Whether the beta track WebSockets feature is enabled",
"readOnly": false
},
"use_client_side_stats": {
"type": "boolean",
"description": "Whether tracing feature's client-side-stats generation is enabled"
}
}
}
Expand Down
Loading