feat: 🐛 add amplitude analytics

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2021-06-24 16:43:38 +02:00
parent aa6335246b
commit 77e5b2f938
4 changed files with 68 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ export async function checkUserCollaboratorStatus(code) {
})
return {
userPermission: isUserCollaborator.data
permission: isUserCollaborator.data,
login
}
}