Skip to content

Commit

Permalink
Add email to identify users analytics call (#16327)
Browse files Browse the repository at this point in the history
  • Loading branch information
letiescanciano committed Sep 5, 2022
1 parent 13a238c commit d49c306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-webapp/src/packages/cloud/cloudRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const Routing: React.FC = () => {
[user]
);
useAnalyticsRegisterValues(analyticsContext);
useAnalyticsIdentifyUser(user?.userId, { providers });
useAnalyticsIdentifyUser(user?.userId, { providers, email: user?.email });
useTrackPageAnalytics();

if (!inited) {
Expand Down

0 comments on commit d49c306

Please sign in to comment.