@@ -1439,8 +1439,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
1439
1439
"organizations:performance-span-histogram-view" : "Enable histogram view in span details" ,
1440
1440
"organizations:performance-transaction-name-only-search-indexed" : "Enable transaction name only search on indexed" ,
1441
1441
"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" ,
1444
1442
"organizations:user-feedback-ui" : "Enable User Feedback v2 UI" ,
1445
1443
}
1446
1444
@@ -1854,10 +1852,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
1854
1852
"organizations:settings-legal-tos-ui" : False ,
1855
1853
# Enable the UI for the overage alert settings
1856
1854
"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 ,
1861
1855
# Enable Slack messages using Block Kit
1862
1856
"organizations:slack-block-kit" : True ,
1863
1857
# Send Slack notifications to threads for Issue Alerts
0 commit comments