add telemetry to undo/redo at cell level (#17804)

* add telemetry to undo/redo at cell level

*add sendTelemetryActionEvent that sends telemetry from notebook model
This commit is contained in:
Barbara Valdez
2021-12-03 16:21:52 -08:00
committed by GitHub
parent cde4e05320
commit 8a205965d2
8 changed files with 57 additions and 30 deletions

View File

@@ -96,7 +96,9 @@ export const enum NbTelemetryAction {
RunAll = 'RunNotebook',
AddCell = 'AddCell',
KernelChanged = 'KernelChanged',
NewNotebookFromConnections = 'NewNotebookWithConnectionProfile'
NewNotebookFromConnections = 'NewNotebookWithConnectionProfile',
UndoCell = 'UndoCell',
RedoCell = 'RedoCell'
}
export const enum TelemetryPropertyName {