Skip to content

Commit 64766c9

Browse files
committed
Add telemetry
1 parent 7f0fa84 commit 64766c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/deploy/deploy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async function deploy(actionContext: IActionContext, arg1: vscode.Uri | string |
8686
await context.ui.showWarningMessage(localize('containerFunctionAppError', 'Deploy is not supported for containerized function apps within the Azure Functions extension. Please use the Azure Container Apps extension to deploy your project.'), { learnMoreLink });
8787
//suppress display of error message
8888
context.errorHandling.suppressDisplay = true;
89+
context.telemetry.properties.error = 'Deploy not supported for containerized function apps';
8990
throw new Error();
9091
}
9192

0 commit comments

Comments
 (0)