Remove error messages from error events (#22337)

This commit is contained in:
Charles Gagnon
2023-03-15 15:19:16 -07:00
committed by GitHub
parent a2d66a288c
commit 8c20e827ad
33 changed files with 81 additions and 80 deletions

View File

@@ -160,6 +160,7 @@ async function launchSsmsDialog(action: string, connectionContext: azdata.Object
TelemetryViews.SsmsMinDialog,
'LaunchSsmsDialogError',
execException,
false,
execException ? execException?.code?.toString() : '',
getTelemetryErrorType(err));
}