Skip to content

Commit 2ee4156

Browse files
authored
feat(features) Add testing feature flag for region condition (#89405)
Add a no-op feature so that we can validate that region conditions work correctly.
1 parent 6e42a3e commit 2ee4156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,9 @@ def register_temporary_features(manager: FeatureManager):
515515
# Enable Relay extracting logs from breadcrumbs for a project.
516516
manager.add("projects:ourlogs-breadcrumb-extraction", ProjectFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
517517

518+
# no-op feature to test region config
519+
manager.add("organizations:region-test", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
520+
518521
# NOTE: Don't add features down here! Add them to their specific group and sort
519522
# them alphabetically! The order features are registered is not important.
520523

0 commit comments

Comments
 (0)