APP-2990: Include city in device geolocation

This commit is contained in:
Eric Bailey
2026-08-28 15:35:30 -05:00
parent 7abf7210b5
commit bd1d29b382
+1
View File
@@ -182,6 +182,7 @@ export function AnalyticsContext({
}
const deviceId = useDeviceId() ?? 'unknown'
const sessionId = useSessionId()
// only IP based, never GPS
const geolocation = useGeolocationServiceResponse()
const parentContext = useContext(Context)
/*