axios+telemetry cleanup
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { execa } from 'execa'
|
||||
import { VERSION } from 'src/constants/product.js'
|
||||
import memoize from 'lodash-es/memoize.js'
|
||||
import { getSessionId } from '../bootstrap/state.js'
|
||||
import {
|
||||
@@ -105,7 +106,7 @@ export const getCoreUserData = memoize(
|
||||
deviceId,
|
||||
sessionId: getSessionId(),
|
||||
email: getEmail(),
|
||||
appVersion: MACRO.VERSION,
|
||||
appVersion: VERSION,
|
||||
platform: getHostPlatformForAnalytics(),
|
||||
organizationUuid,
|
||||
accountUuid,
|
||||
|
||||
Reference in New Issue
Block a user