Merge branch 'develop' into release/2025.04.24

This commit is contained in:
CarlNation 2025-04-15 15:29:44 -04:00
commit 3f73aebd2f

View file

@ -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({