From bd1d29b38281f4056389459f542cb95e3f17e546 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Aug 2026 15:35:30 -0500 Subject: [PATCH] APP-2990: Include city in device geolocation --- src/analytics/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/analytics/index.tsx b/src/analytics/index.tsx index 2e13aab465..ac1c96e629 100644 --- a/src/analytics/index.tsx +++ b/src/analytics/index.tsx @@ -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) /*