From f8ae0540a062e6346baf9fbf0481f769fb23a120 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 4 Sep 2025 11:07:12 -0500 Subject: Provide geo-gated users optional GPS fallback for precise location data (#8973) --- src/logger/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/logger/types.ts') diff --git a/src/logger/types.ts b/src/logger/types.ts index ee3069a08..19e12c504 100644 --- a/src/logger/types.ts +++ b/src/logger/types.ts @@ -14,6 +14,7 @@ export enum LogContext { PostSource = 'post-source', AgeAssurance = 'age-assurance', PolicyUpdate = 'policy-update', + Geolocation = 'geolocation', /** * METRIC IS FOR INTERNAL USE ONLY, don't create any other loggers using this -- cgit 1.4.1