Skip to content

Commit

Permalink
Add widget ID, widget type to property pane open perforamnce tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Gandham committed Jun 17, 2021
1 parent 2ffd43b commit 76ad932
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76ad932

Please sign in to comment.