mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Allow more granular configuration of telemetry through product.json (#143406)
* Allow configuration of telemetry through product.json * Fix compilation * Address PR comments Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
This commit is contained in:
@@ -1722,7 +1722,7 @@ export interface ExtHostQuickOpenShape {
|
||||
}
|
||||
|
||||
export interface ExtHostTelemetryShape {
|
||||
$initializeTelemetryLevel(level: TelemetryLevel): void;
|
||||
$initializeTelemetryLevel(level: TelemetryLevel, productConfig?: { usage: boolean; error: boolean }): void;
|
||||
$onDidChangeTelemetryLevel(level: TelemetryLevel): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user