FEATURE: analytics client now scrape user email and room group
This commit is contained in:
parent
d0c0f3e7fc
commit
726f52976d
7 changed files with 20 additions and 8 deletions
|
@ -428,7 +428,7 @@ export class GameScene extends DirtyScene {
|
|||
|
||||
gameManager.gameSceneIsCreated(this);
|
||||
urlManager.pushRoomIdToUrl(this.room);
|
||||
analyticsClient.enteredRoom(this.room.id);
|
||||
analyticsClient.enteredRoom(this.room.id, this.room.group);
|
||||
contactPageStore.set(this.room.contactPage);
|
||||
|
||||
if (touchScreenManager.supportTouchScreen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue