Skip to content

Commit 9e085a0

Browse files
authored
chore: cleanup obsolete feature flags (#3701)
* remove obsolete SENTRY_RELEASE_HEALTH removed in getsentry/sentry#68226 * remove unused feature flags removed in getsentry/sentry#32010 * remove session-replay-enable-canvas removed in getsentry/sentry#87762
1 parent b8b0ee8 commit 9e085a0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

sentry/sentry.conf.example.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,6 @@ def get_internal_network():
196196

197197
SENTRY_DIGESTS = "sentry.digests.backends.redis.RedisBackend"
198198

199-
###################
200-
# Metrics Backend #
201-
###################
202-
203-
SENTRY_RELEASE_HEALTH = "sentry.release_health.metrics.MetricsReleaseHealthBackend"
204-
SENTRY_RELEASE_MONITOR = (
205-
"sentry.release_health.release_monitor.metrics.MetricReleaseMonitorBackend"
206-
)
207-
208199
##############
209200
# Web Server #
210201
##############
@@ -273,21 +264,17 @@ def get_internal_network():
273264
feature: True
274265
for feature in (
275266
"organizations:discover",
276-
"organizations:events",
277267
"organizations:global-views",
278268
"organizations:incidents",
279269
"organizations:integrations-issue-basic",
280270
"organizations:integrations-issue-sync",
281271
"organizations:invite-members",
282-
"organizations:metric-alert-builder-aggregate",
283272
"organizations:sso-basic",
284273
"organizations:sso-rippling",
285274
"organizations:sso-saml2",
286275
"organizations:performance-view",
287276
"organizations:advanced-search",
288277
"organizations:session-replay",
289-
"organizations:session-replay-enable-canvas",
290-
"organizations:session-replay-enable-canvas-replayer",
291278
"organizations:issue-platform",
292279
"organizations:profiling",
293280
"organizations:monitors",

0 commit comments

Comments
 (0)