Prettified
This commit is contained in:
parent
537158eff5
commit
45a2b5d022
1 changed files with 3 additions and 2 deletions
|
|
@ -59,11 +59,12 @@ export class Logger {
|
||||||
console.error(logEntry);
|
console.error(logEntry);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log(logEntry);
|
console.log(logEntry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const url = applicationConfig.CONSUMER_CF_DISTRO + applicationConfig.FRONTEND_LOGGER_PATH;
|
const url =
|
||||||
|
applicationConfig.CONSUMER_CF_DISTRO + applicationConfig.FRONTEND_LOGGER_PATH;
|
||||||
const headers = {
|
const headers = {
|
||||||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue