Add Notebook telemetry events (#19848)

* add telemetry events

* remove error message in telemetry
This commit is contained in:
Lucy Zhang
2022-07-01 09:14:29 -07:00
committed by GitHub
parent 179f9e8270
commit 4ec2d78269
5 changed files with 12 additions and 3 deletions

View File

@@ -121,7 +121,9 @@ export const enum NbTelemetryAction {
NewNotebookFromConnections = 'NewNotebookWithConnectionProfile',
UndoCell = 'UndoCell',
RedoCell = 'RedoCell',
MIMETypeRendererNotFound = 'MIMETypeRendererNotFound'
MoveCell = 'MoveCell',
MIMETypeRendererNotFound = 'MIMETypeRendererNotFound',
CellExecutionFailed = 'CellExecutionFailed'
}
export const enum TelemetryPropertyName {