mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
chore: cleanup obsolete feature flags (#3701)
* remove obsolete SENTRY_RELEASE_HEALTH removed in https://github.com/getsentry/sentry/pull/68226 * remove unused feature flags removed in https://github.com/getsentry/sentry/pull/32010 * remove session-replay-enable-canvas removed in https://github.com/getsentry/sentry/pull/87762
This commit is contained in:
parent
b8b0ee80e7
commit
9e085a0f78
@ -196,15 +196,6 @@ SENTRY_TAGSTORE_OPTIONS = {}
|
||||
|
||||
SENTRY_DIGESTS = "sentry.digests.backends.redis.RedisBackend"
|
||||
|
||||
###################
|
||||
# Metrics Backend #
|
||||
###################
|
||||
|
||||
SENTRY_RELEASE_HEALTH = "sentry.release_health.metrics.MetricsReleaseHealthBackend"
|
||||
SENTRY_RELEASE_MONITOR = (
|
||||
"sentry.release_health.release_monitor.metrics.MetricReleaseMonitorBackend"
|
||||
)
|
||||
|
||||
##############
|
||||
# Web Server #
|
||||
##############
|
||||
@ -273,21 +264,17 @@ SENTRY_FEATURES.update(
|
||||
feature: True
|
||||
for feature in (
|
||||
"organizations:discover",
|
||||
"organizations:events",
|
||||
"organizations:global-views",
|
||||
"organizations:incidents",
|
||||
"organizations:integrations-issue-basic",
|
||||
"organizations:integrations-issue-sync",
|
||||
"organizations:invite-members",
|
||||
"organizations:metric-alert-builder-aggregate",
|
||||
"organizations:sso-basic",
|
||||
"organizations:sso-rippling",
|
||||
"organizations:sso-saml2",
|
||||
"organizations:performance-view",
|
||||
"organizations:advanced-search",
|
||||
"organizations:session-replay",
|
||||
"organizations:session-replay-enable-canvas",
|
||||
"organizations:session-replay-enable-canvas-replayer",
|
||||
"organizations:issue-platform",
|
||||
"organizations:profiling",
|
||||
"organizations:monitors",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user