@@ -161,16 +161,12 @@ def register_temporary_features(manager: FeatureManager):
161
161
manager .add ("organizations:issue-search-group-attributes-side-query" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
162
162
# Enable custom views features in the issue stream
163
163
manager .add ("organizations:issue-stream-custom-views" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
164
- # Enable left nav issue views
165
- manager .add ("organizations:left-nav-issue-views" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
166
164
# Enable the updated empty state for issues
167
165
manager .add ("organizations:issue-stream-empty-state" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
168
166
# Enable additional platforms for issue stream empty state
169
167
manager .add ("organizations:issue-stream-empty-state-additional-platforms" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
170
168
# Enable issue stream performance improvements
171
169
manager .add ("organizations:issue-search-snuba" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
172
- # Enable issue stream table layout changes
173
- manager .add ("organizations:issue-stream-table-layout" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
174
170
# Enable the new issue category mapping
175
171
manager .add ("organizations:issue-taxonomy" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
176
172
# Enable issue view sharing
@@ -322,12 +318,8 @@ def register_temporary_features(manager: FeatureManager):
322
318
manager .add ("organizations:release-bubbles-ui" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
323
319
# Enable version 2 of reprocessing (completely distinct from v1)
324
320
manager .add ("organizations:reprocessing-v2" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL , api_expose = False )
325
- # When enabled, searches will be performed on token completion rather than on enter
326
- manager .add ("organizations:search-on-token-completion" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
327
321
# Enable Sentry's 2024 Rollback feature
328
322
manager .add ("organizations:sentry-rollback-2024" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
329
- # Enable Sentry's 2024 Rollback toggle within organization settings
330
- manager .add ("organizations:sentry-rollback-settings" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
331
323
# Enable resolve in upcoming release
332
324
# TODO(steve): Remove when we remove the feature from the UI
333
325
manager .add ("organizations:resolve-in-upcoming-release" , OrganizationFeature , FeatureHandlerStrategy .OPTIONS , api_expose = True )
0 commit comments