From 76ad932682576b1e09f73254eb7aca5d077edbb6 Mon Sep 17 00:00:00 2001 From: Satish Gandham Date: Thu, 17 Jun 2021 14:54:32 +0530 Subject: [PATCH] Add widget ID, widget type to property pane open perforamnce tracker. --- .../components/editorComponents/WidgetNameComponent/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx b/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx index c4e1d5473c3..6238a1412ec 100644 --- a/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx +++ b/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx @@ -78,6 +78,9 @@ export function WidgetNameComponent(props: WidgetNameComponentProps) { ) { PerformanceTracker.startTracking( PerformanceTransactionName.OPEN_PROPERTY_PANE, + { widgetId: props.widgetId }, + true, + [{ name: "widget_type", value: props.type }], ); AnalyticsUtil.logEvent("PROPERTY_PANE_OPEN_CLICK", { widgetType: props.type,