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:
Lucy Zhang
2022-06-23 05:57:17 -07:00
committed by GitHub
parent 871ac80647
commit 23feac100a
4 changed files with 30 additions and 18 deletions

View File

@@ -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',