Add version field to telemetry events

This commit is contained in:
Christopher Willis-Ford 2018-12-21 10:34:06 -08:00
parent 22dd1821f4
commit 4848d7548a

View file

@ -3,6 +3,7 @@ import {app, ipcMain} from 'electron';
import TelemetryClient from './telemetry/TelemetryClient';
const EVENT_TEMPLATE = {
version: '3.0.0',
projectName: '',
language: '',
scriptCount: -1,