build(analytics): fix bug that prevented us from collecting OS info

This commit is contained in:
Igor Minar 2015-11-13 02:10:33 -08:00
parent 8ab7781b2d
commit 2ecbd0eaaf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if (ua) {
// https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters
let customParams = {
// OS Platform (darwin, win32, linux)
cd1: os.platform,
cd1: os.platform(),
// Node.js Version (v4.1.2)
cd2: process.version,
// npm Version (2.14.7)