CSR-2201
This commit is contained in:
parent
1821f89685
commit
e09248e98b
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
export const headerKeys = {
|
||||
EXPERIMENT: "X-Experiment-Data",
|
||||
APPLICATION_NAME: "AppName",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ export default {
|
|||
const payloadAndAnalyticsData = Object.assign({}, payload, { AppName: "FixMyGlass" });
|
||||
const headers = {
|
||||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||
[headerKeys.APPLICATION_NAME]: applicationConfig.APPLICATION_NAME,
|
||||
};
|
||||
|
||||
axios({
|
||||
|
|
|
|||
Loading…
Reference in a new issue