Add telemetry to track execute cell from <Prompt/> (#15)

This commit is contained in:
Tanuj Mittal
2020-06-02 10:46:12 -07:00
committed by GitHub
parent a6c44e0e69
commit ab3486bd05
4 changed files with 51 additions and 7 deletions

View File

@@ -86,6 +86,7 @@ export enum Action {
CreateNewNotebook,
OpenSampleNotebook,
ExecuteCell,
ExecuteCellPromptBtn,
ExecuteAllCells,
NotebookEnabled,
NotebooksGitHubConnect,