Skip to content

Commit 126c761

Browse files
authored
chore: Track task list (#5559)
1 parent a2164a6 commit 126c761

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/web/project/api.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ global.API = {
323323
.set('organisation', selectedOrgName)
324324
.set('role', selectedRole)
325325
.set('plan', selectedPlanName)
326+
.set(
327+
'tasks',
328+
(user.onboarding?.tasks || [])?.map((v) => v.name),
329+
)
330+
.set('integrations', user.onboarding?.tools?.selection || [])
326331

327332
amplitude.identify(identify)
328333
}

0 commit comments

Comments
 (0)