Skip to content

Commit 4b360d6

Browse files
authored
ref(issues): removes custom views flag registration (#95694)
Removes `organizations:issue-stream-custom-views` from registration after fully deprecating it: - #95628 - getsentry/sentry-options-automator#4510
1 parent 3e6203e commit 4b360d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ def register_temporary_features(manager: FeatureManager):
161161
manager.add("organizations:issue-search-allow-postgres-only-search", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
162162
# Whether to make a side/parallel query against events -> group_attributes when searching issues
163163
manager.add("organizations:issue-search-group-attributes-side-query", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
164-
# Enable custom views features in the issue stream
165-
manager.add("organizations:issue-stream-custom-views", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
166164
# Enable issue stream performance improvements
167165
manager.add("organizations:issue-search-snuba", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
168166
# Enable the new issue category mapping

0 commit comments

Comments
 (0)