Skip to content

Commit

Permalink
ref(features): Remove unused projconfig feature flag (#56921)
Browse files Browse the repository at this point in the history
Feature flag no longer used.
  • Loading branch information
iker-barriocanal authored Sep 26, 2023
1 parent 4f6ae29 commit 742a97d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1790,8 +1790,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
"organizations:on-demand-metrics-prefill": False,
# Enable writing to the new notification system when updating the old system
"organizations:notifications-double-write": True,
# Excludes measurement config from project config builds.
"organizations:projconfig-exclude-measurements": False,
# Enable source maps debugger
"organizations:source-maps-debugger-blue-thunder-edition": False,
# Enable data forwarding functionality for projects.
Expand Down
1 change: 0 additions & 1 deletion src/sentry/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
default_manager.add("organizations:notifications-double-write", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
default_manager.add("organizations:custom-metrics", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
default_manager.add("organizations:release-ui-v2", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
default_manager.add("organizations:projconfig-exclude-measurements", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
default_manager.add("organizations:source-maps-debugger-blue-thunder-edition", OrganizationFeature, FeatureHandlerStrategy.REMOTE)

# Project scoped features
Expand Down

0 comments on commit 742a97d

Please sign in to comment.