Home
last modified time | relevance | path

Searched refs:anonymousId (Results 1 – 7 of 7) sorted by relevance

/expo/packages/create-expo/src/__tests__/
H A Dtelemetry.test.ts83 anonymousId: expect.any(String),
96 anonymousId: expect.any(String),
109 anonymousId: expect.any(String),
196 anonymousId: existingAnonymousId,
210 anonymousId: existingAnonymousId,
224 anonymousId: existingAnonymousId,
263 message.anonymousId === existingAnonymousId && message.userId === existingUserId
/expo/packages/create-expo/src/
H A Dtelemetry.ts51 anonymousId: string;
224 return userId ? { anonymousId: deviceId, userId } : { anonymousId: deviceId };
/expo/packages/create-expo-module/src/
H A Dtelemetry.ts83 getTelemetryClient().identify({ anonymousId: telemetryId });
94 anonymousId: telemetryId,
/expo/packages/@expo/cli/src/utils/analytics/
H A DrudderstackClient.ts102 const identity = { userId, anonymousId: deviceId }; constant
118 anonymousId: identifyData.deviceId,
/expo/packages/create-expo-module/build/
H A Dtelemetry.js66 getTelemetryClient().identify({ anonymousId: telemetryId }); property
75 anonymousId: telemetryId,
H A Dtelemetry.js.map1anonymousId: telemetryId });\n }\n\n const commonProperties = {\n source: 'create-expo-module…
/expo/packages/@expo/cli/src/utils/analytics/__tests__/
H A DrudderstackClient-test.ts24 anonymousId: expect.any(String),