Merge pull request #331 from resin-io/also-log-docker-download

Also make it explicit in mixpanel events when it's a full image download
This commit is contained in:
Pablo Carranza Vélez 2016-10-24 16:25:14 -03:00 committed by GitHub
commit 248e798e11
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Also make it explicit in mixpanel events when it's a full image download [Pablo]
* Log whether deltas are being used when downloading an app [Pablo]
# v2.7.0

View File

@ -34,7 +34,7 @@ logTypes =
humanName: 'Failed to kill application'
downloadApp:
eventName: 'Application download'
eventName: 'Application docker download'
humanName: 'Downloading application'
downloadAppDelta:
eventName: 'Application delta download'