Skip to content

Commit 3feb647

Browse files
authored
Clean up some obsolete features (#69182)
1 parent 1993943 commit 3feb647

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/sentry/conf/server.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,8 +1439,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
14391439
"organizations:performance-span-histogram-view": "Enable histogram view in span details",
14401440
"organizations:performance-transaction-name-only-search-indexed": "Enable transaction name only search on indexed",
14411441
"organizations:profiling-global-suspect-functions": "Enable global suspect functions in profiling",
1442-
"organizations:sourcemaps-bundle-flat-file-indexing": "Enable the new flat file indexing system for sourcemaps.",
1443-
"organizations:sourcemaps-upload-release-as-artifact-bundle": "Upload release bundles as artifact bundles",
14441442
"organizations:user-feedback-ui": "Enable User Feedback v2 UI",
14451443
}
14461444

@@ -1854,10 +1852,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
18541852
"organizations:settings-legal-tos-ui": False,
18551853
# Enable the UI for the overage alert settings
18561854
"organizations:slack-overage-notifications": False,
1857-
# Enable the new flat file indexing system for sourcemaps.
1858-
"organizations:sourcemaps-bundle-flat-file-indexing": False,
1859-
# Upload release bundles as artifact bundles.
1860-
"organizations:sourcemaps-upload-release-as-artifact-bundle": False,
18611855
# Enable Slack messages using Block Kit
18621856
"organizations:slack-block-kit": True,
18631857
# Send Slack notifications to threads for Issue Alerts

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ def register_temporary_features(manager: FeatureManager):
220220
manager.add("organizations:slack-improvements", OrganizationFeature, FeatureHandlerStrategy.OPTIONS)
221221
manager.add("organizations:slack-endpoint-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS)
222222
manager.add("organizations:slack-function-regression-image", OrganizationFeature, FeatureHandlerStrategy.OPTIONS)
223-
manager.add("organizations:sourcemaps-bundle-flat-file-indexing", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
224-
manager.add("organizations:sourcemaps-upload-release-as-artifact-bundle", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
225223
manager.add("organizations:stacktrace-processing-caching", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
226224
manager.add("organizations:spans-first-ui", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
227225
manager.add("organizations:standalone-span-ingestion", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)

0 commit comments

Comments
 (0)