Merge pull request #2423 from Safelite/feature/CASH-505

CASH-505 - Added application name to header in Logger
This commit is contained in:
mvalaiyapathi 2025-04-15 08:31:42 -04:00 committed by GitHub
commit 589999c5e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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