mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Add Notebook telemetry events (#19848)
* add telemetry events * remove error message in telemetry
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user