mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 21:30:29 -04:00
Adding telemetry config to client config to send to STS (#22644)
* Adding telemetry config to client config so they can be sent to STS to monitor updates
This commit is contained in:
@@ -7,6 +7,7 @@ export const serviceName = 'SQL Tools Service';
|
||||
export const providerId = 'MSSQL';
|
||||
export const serviceCrashLink = 'https://github.com/Microsoft/vscode-mssql/wiki/SqlToolsService-Known-Issues';
|
||||
export const extensionConfigSectionName = 'mssql';
|
||||
export const telemetryConfigSectionName = 'telemetry';
|
||||
export const packageName = 'Microsoft.mssql';
|
||||
|
||||
// DATA PROTOCOL VALUES ///////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user