fix: duplicate session start (race condition) + remove old device id handling
This commit is contained in:
@@ -61,8 +61,6 @@ export async function postEvent(
|
||||
},
|
||||
uaInfo,
|
||||
geo,
|
||||
currentDeviceId: '',
|
||||
previousDeviceId: '',
|
||||
deviceId,
|
||||
sessionId: sessionId ?? '',
|
||||
},
|
||||
|
||||
@@ -217,8 +217,6 @@ async function handleTrack(
|
||||
geo,
|
||||
deviceId,
|
||||
sessionId,
|
||||
currentDeviceId: '', // TODO: Remove
|
||||
previousDeviceId: '', // TODO: Remove
|
||||
},
|
||||
groupId,
|
||||
jobId,
|
||||
|
||||
Reference in New Issue
Block a user