CASH-505 - Added application name to header in Logger
This commit is contained in:
parent
aa9c68a3a8
commit
6376b8d89c
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ export class Logger {
|
|||
applicationConfig.CONSUMER_CF_DISTRO + applicationConfig.FRONTEND_LOGGER_PATH;
|
||||
const headers = {
|
||||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME
|
||||
};
|
||||
|
||||
axios({
|
||||
|
|
|
|||
Loading…
Reference in a new issue