Skip to content

Commit cdc2694

Browse files
letiescancianorobbinhan
authored andcommitted
Add email to identify users analytics call (airbytehq#16327)
1 parent 84bd596 commit cdc2694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-webapp/src/packages/cloud/cloudRoutes.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export const Routing: React.FC = () => {
152152
[user]
153153
);
154154
useAnalyticsRegisterValues(analyticsContext);
155-
useAnalyticsIdentifyUser(user?.userId, { providers });
155+
useAnalyticsIdentifyUser(user?.userId, { providers, email: user?.email });
156156
useTrackPageAnalytics();
157157

158158
if (!inited) {

0 commit comments

Comments
 (0)