mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +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 getMixpanel = _.once<any>(() => {
|
||||
const settings = require('balena-settings-client');
|
||||
return Mixpanel.init('00000000000000000000000000000000', {
|
||||
return Mixpanel.init('balena-main', {
|
||||
host: `api.${settings.get('balenaUrl')}`,
|
||||
path: '/mixpanel',
|
||||
protocol: 'https',
|
||||
|
Loading…
x
Reference in New Issue
Block a user