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" } });