Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/sentry/conf/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
"organizations:transaction-name-sanitization": False,
# Extraction metrics for transactions during ingestion.
"organizations:transaction-metrics-extraction": False,
# Allow performance alerts to be created on the metrics dataset. Allows UI to switch between
# sampled/unsampled performance data.
"organizations:metrics-performance-alerts": False,
# Enable switch metrics button on Performance, allowing switch to unsampled transaction metrics
"organizations:metrics-performance-ui": False,
# True if release-health related queries should be run against both
# backends (sessions and metrics dataset)
"organizations:release-health-check-metrics": False,
Expand Down
2 changes: 0 additions & 2 deletions src/sentry/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
default_manager.add("organizations:metric-alert-threshold-period", OrganizationFeature, True)
default_manager.add("organizations:metrics", OrganizationFeature, True)
default_manager.add("organizations:metrics-extraction", OrganizationFeature)
default_manager.add("organizations:metrics-performance-alerts", OrganizationFeature, True)
default_manager.add("organizations:metrics-performance-ui", OrganizationFeature, True)
default_manager.add("organizations:minute-resolution-sessions", OrganizationFeature)
default_manager.add("organizations:mobile-view-hierarchies", OrganizationFeature, True)
default_manager.add("organizations:anr-rate", OrganizationFeature, True)
Expand Down