mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Log world map and homepage events internally
Need these for conversion rates.
This commit is contained in:
parent
3fd5f49220
commit
140a93b453
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = class Tracker
|
|||
|
||||
# Log internally
|
||||
# Skipping heavily logged actions we don't use internally
|
||||
unless action in ['Simulator Result', 'Loaded World Map', 'Started Level Load', 'Finished Level Load', 'Homepage Loaded']
|
||||
unless action in ['Simulator Result', 'Started Level Load', 'Finished Level Load']
|
||||
# Trimming properties we don't use internally
|
||||
# TODO: delete internalProperites.level for 'Saw Victory' after 2/8/15. Should be using levelID instead.
|
||||
internalProperties = _.cloneDeep properties
|
||||
|
|
Loading…
Reference in a new issue