mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Use balena analytics project name
It's needed to properly integrate CLI with balena analytics proxy service. Change-type: patch Signed-off-by: Roman Mazur <roman@balena.io>
This commit is contained in:
parent
606b6c88ab
commit
c1ba73a2da
@ -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…
Reference in New Issue
Block a user