mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Add telemetry for focus panel (no-changelog) (#17159)
Co-authored-by: Daria Staferova <daria.staferova@n8n.io>
This commit is contained in:
@@ -1233,6 +1233,11 @@ function onToggleFocusPanel() {
|
||||
}
|
||||
|
||||
focusPanelStore.toggleFocusPanel();
|
||||
telemetry.track(`User ${focusPanelStore.focusPanelActive ? 'opened' : 'closed'} focus panel`, {
|
||||
source: 'canvasKeyboardShortcut',
|
||||
parameters: focusPanelStore.focusedNodeParametersInTelemetryFormat,
|
||||
parameterCount: focusPanelStore.focusedNodeParametersInTelemetryFormat.length,
|
||||
});
|
||||
}
|
||||
|
||||
function closeNodeCreator() {
|
||||
|
||||
Reference in New Issue
Block a user