Add telemetry for WYSIWYG (#19908)

* add telemetry for wysiwyg

* add view mode

* add back WYSIWYGKeyboardAction

* nit extra line

* update action property to transformAction
This commit is contained in:
Lucy Zhang
2022-07-06 09:39:02 -07:00
committed by GitHub
parent 1c4269b2ac
commit 2e2fcbe5fc
3 changed files with 12 additions and 1 deletions

View File

@@ -123,7 +123,9 @@ export const enum NbTelemetryAction {
RedoCell = 'RedoCell',
MoveCell = 'MoveCell',
MIMETypeRendererNotFound = 'MIMETypeRendererNotFound',
CellExecutionFailed = 'CellExecutionFailed'
CellExecutionFailed = 'CellExecutionFailed',
TextCellToolbarAction = 'TextCellToolbarAction',
WYSIWYGKeyboardAction = 'WYSIWYGKeyboardAction'
}
export const enum TelemetryPropertyName {