Searched refs:anonymousId (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/create-expo/src/__tests__/ |
| H A D | telemetry.test.ts | 83 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 D | telemetry.ts | 51 anonymousId: string; 224 return userId ? { anonymousId: deviceId, userId } : { anonymousId: deviceId };
|
| /expo/packages/create-expo-module/src/ |
| H A D | telemetry.ts | 83 getTelemetryClient().identify({ anonymousId: telemetryId }); 94 anonymousId: telemetryId,
|
| /expo/packages/@expo/cli/src/utils/analytics/ |
| H A D | rudderstackClient.ts | 102 const identity = { userId, anonymousId: deviceId }; constant 118 anonymousId: identifyData.deviceId,
|
| /expo/packages/create-expo-module/build/ |
| H A D | telemetry.js | 66 getTelemetryClient().identify({ anonymousId: telemetryId }); property 75 anonymousId: telemetryId,
|
| H A D | telemetry.js.map | 1 …anonymousId: telemetryId });\n }\n\n const commonProperties = {\n source: 'create-expo-module…
|
| /expo/packages/@expo/cli/src/utils/analytics/__tests__/ |
| H A D | rudderstackClient-test.ts | 24 anonymousId: expect.any(String),
|