From 7164e22494cb64606908eb502762de6870ee2181 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Fri, 12 Sep 2025 07:17:53 +0700 Subject: [PATCH] feat: enable `issue-views` flag (#3922) --- sentry/sentry.conf.example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 3bcd1ff..9c58f55 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -293,6 +293,7 @@ SENTRY_FEATURES.update( for feature in ( "organizations:discover", "organizations:global-views", + "organizations:issue-views", "organizations:incidents", "organizations:integrations-issue-basic", "organizations:integrations-issue-sync",