mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-24 13:10:03 -05:00
Add version field to telemetry events
This commit is contained in:
parent
22dd1821f4
commit
4848d7548a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import {app, ipcMain} from 'electron';
|
||||||
import TelemetryClient from './telemetry/TelemetryClient';
|
import TelemetryClient from './telemetry/TelemetryClient';
|
||||||
|
|
||||||
const EVENT_TEMPLATE = {
|
const EVENT_TEMPLATE = {
|
||||||
|
version: '3.0.0',
|
||||||
projectName: '',
|
projectName: '',
|
||||||
language: '',
|
language: '',
|
||||||
scriptCount: -1,
|
scriptCount: -1,
|
||||||
|
|
Loading…
Reference in a new issue