diff --git a/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx b/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx index d53981b0f31..61bf20578f0 100644 --- a/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx +++ b/app/client/src/components/editorComponents/WidgetNameComponent/index.tsx @@ -76,6 +76,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,