Skip to content

Commit 6739a83

Browse files
jakobheroroboquat
authored andcommitted
[Analytics] Add team properties to team_joined call
1 parent 705e1ea commit 6739a83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/server/src/workspace/gitpod-server-impl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,8 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
20282028
event: "team_joined",
20292029
properties: {
20302030
team_id: invite.teamId,
2031+
team_name: team?.name,
2032+
team_slug: team?.slug,
20312033
invite_id: inviteId,
20322034
},
20332035
});

0 commit comments

Comments
 (0)