mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 21:51:55 -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';
|
||||
|
||||
const EVENT_TEMPLATE = {
|
||||
version: '3.0.0',
|
||||
projectName: '',
|
||||
language: '',
|
||||
scriptCount: -1,
|
||||
|
|
Loading…
Reference in a new issue