mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Add telemetry for notebook toolbar actions (#19750)
* add telemetry for notebook toolbar actions * fix tests * remove events with no metadata + connection info * add optional connectioninfo param * fix param
This commit is contained in:
@@ -115,6 +115,9 @@ export const enum NbTelemetryAction {
|
||||
RunAll = 'RunNotebook',
|
||||
AddCell = 'AddCell',
|
||||
KernelChanged = 'KernelChanged',
|
||||
ConnectionChanged = 'ConnectionChanged',
|
||||
TrustChanged = 'TrustChanged',
|
||||
RunWithParameters = 'RunWithParameters',
|
||||
NewNotebookFromConnections = 'NewNotebookWithConnectionProfile',
|
||||
UndoCell = 'UndoCell',
|
||||
RedoCell = 'RedoCell',
|
||||
|
||||
Reference in New Issue
Block a user