From 7b11292c4acb4c55a3cf343e44b38edb073acae5 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Tue, 4 Apr 2023 09:52:15 +0200 Subject: [PATCH] Rename event name field --- src/components/InstallationWizard/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/InstallationWizard/index.tsx b/src/components/InstallationWizard/index.tsx index 4ae55f299..61b3fe5f5 100644 --- a/src/components/InstallationWizard/index.tsx +++ b/src/components/InstallationWizard/index.tsx @@ -36,7 +36,7 @@ export const InstallationWizard = () => { window.sendMessageToDigma({ action: globalActions.sendTrackingEvent, payload: { - event_name: "installation wizard install step passed" + eventName: "installation wizard install step passed" } }); } @@ -47,7 +47,7 @@ export const InstallationWizard = () => { window.sendMessageToDigma({ action: globalActions.sendTrackingEvent, payload: { - event_name: "installation wizard install step automatically passed" + eventName: "installation wizard install step automatically passed" } }); } @@ -91,7 +91,7 @@ export const InstallationWizard = () => { window.sendMessageToDigma({ action: globalActions.sendTrackingEvent, payload: { - event_name: + eventName: "installation wizard get digma docker extension button clicked" } });