Skip to content

Commit

Permalink
Merge pull request #5222 from appsmithorg/ui/perf/add-widget-type-id-…
Browse files Browse the repository at this point in the history
…to-property-pane-tracker

Add widget type and id to property pane tracker
  • Loading branch information
SatishGandham authored Jun 18, 2021
2 parents 57adbd7 + 76ad932 commit 295ac58
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 295ac58

Please sign in to comment.