mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
update: analytics debugging
This commit is contained in:
@@ -322,9 +322,8 @@ export default {
|
||||
eventName: 'group plan create',
|
||||
eventAction: 'group plan create',
|
||||
eventCategory: 'behavior',
|
||||
createGroupName: this.newGroup.name,
|
||||
demographicsCreated: this.newGroup.demographics,
|
||||
typeCreated: this.newGroup.type,
|
||||
demographics: this.newGroup.demographics,
|
||||
type: this.newGroup.type,
|
||||
});
|
||||
|
||||
if (this.upgradingGroup && this.upgradingGroup._id) {
|
||||
|
||||
Reference in New Issue
Block a user