mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-22 10:11:01 +00:00
Merge pull request #1439 from balena-io/roman/mixpanel-token
Use balena analytics project name
This commit is contained in:
commit
aa670ad6f1
@ -25,7 +25,7 @@ import packageJSON = require('../package.json');
|
|||||||
const getBalenaSdk = _.once(() => BalenaSdk.fromSharedOptions());
|
const getBalenaSdk = _.once(() => BalenaSdk.fromSharedOptions());
|
||||||
const getMixpanel = _.once<any>(() => {
|
const getMixpanel = _.once<any>(() => {
|
||||||
const settings = require('balena-settings-client');
|
const settings = require('balena-settings-client');
|
||||||
return Mixpanel.init('00000000000000000000000000000000', {
|
return Mixpanel.init('balena-main', {
|
||||||
host: `api.${settings.get('balenaUrl')}`,
|
host: `api.${settings.get('balenaUrl')}`,
|
||||||
path: '/mixpanel',
|
path: '/mixpanel',
|
||||||
protocol: 'https',
|
protocol: 'https',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user