TP-66615 | Removed customer id from clarity experiment
This commit is contained in:
@@ -385,7 +385,7 @@ const TrackingComponent: React.FC<ITrackingComponent> = ({ children }) => {
|
||||
resyncFirebase();
|
||||
const msClarityResponse = await getLitmusExperimentResult(
|
||||
LitmusExperimentNameMap[LitmusExperimentName.MS_CLARITY],
|
||||
{ 'x-customer-id': GLOBAL.AGENT_ID, deviceId: GLOBAL.DEVICE_ID }
|
||||
{ deviceId: GLOBAL.DEVICE_ID }
|
||||
);
|
||||
const dataSyncResponse = await getLitmusExperimentResult(
|
||||
LitmusExperimentNameMap[LitmusExperimentName.COSMOS_DATA_SYNC],
|
||||
|
||||
Reference in New Issue
Block a user