mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
add telemetry for saving publish profiles (#22933)
This commit is contained in:
@@ -868,6 +868,7 @@ export class PublishDatabaseDialog {
|
||||
const targetDatabaseName = this.targetDatabaseName ?? '';
|
||||
const deploymentOptions = await this.getDeploymentOptions();
|
||||
await this.savePublishProfile(filePath.fsPath, targetDatabaseName, targetConnectionString, this.getSqlCmdVariablesForPublish(), deploymentOptions);
|
||||
TelemetryReporter.sendActionEvent(TelemetryViews.SqlProjectPublishDialog, TelemetryActions.profileSaved);
|
||||
}
|
||||
|
||||
this.profileUsed = true;
|
||||
|
||||
Reference in New Issue
Block a user