Skip to content

Commit 42f16d6

Browse files
authored
feat(insights): add flag for insights region filter (#75997)
1 parent 9e117a3 commit 42f16d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

+2
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ def register_temporary_features(manager: FeatureManager):
410410
manager.add("organizations:stacktrace-processing-caching", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
411411
# Enable SAML2 Single-logout
412412
manager.add("organizations:sso-saml2-slo", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
413+
# Enable access to insights region filter in the UI
414+
manager.add("organizations:insights-region-filter", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
413415
# Show links and upsells to Insights modules
414416
manager.add("organizations:insights-entry-points", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
415417
# Enable access to initial Insights modules (Queries, Requests, Vitals, App Starts, Page Loads, Resources)

0 commit comments

Comments
 (0)