FEATURE: analytics client now scrape user email and room group
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user