mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user