From 32f82a6001c3e9478db9de57f04b03c1c1738559 Mon Sep 17 00:00:00 2001 From: Dominik Buszowiecki <44422760+DominikB2014@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:07:15 -0400 Subject: [PATCH] feat(insights): allow querying for user.geo.subregion in metrics (#77350) --- src/sentry/search/events/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sentry/search/events/constants.py b/src/sentry/search/events/constants.py index d12e2cc891afc..db60e15ddec53 100644 --- a/src/sentry/search/events/constants.py +++ b/src/sentry/search/events/constants.py @@ -320,6 +320,7 @@ class ThresholdDict(TypedDict): "device.class", "environment", "geo.country_code", + "user.geo.subregion", "has_profile", "histogram_outlier", "http.method",