@@ -196,15 +196,6 @@ def get_internal_network():
196
196
197
197
SENTRY_DIGESTS = "sentry.digests.backends.redis.RedisBackend"
198
198
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
-
208
199
##############
209
200
# Web Server #
210
201
##############
@@ -273,21 +264,17 @@ def get_internal_network():
273
264
feature : True
274
265
for feature in (
275
266
"organizations:discover" ,
276
- "organizations:events" ,
277
267
"organizations:global-views" ,
278
268
"organizations:incidents" ,
279
269
"organizations:integrations-issue-basic" ,
280
270
"organizations:integrations-issue-sync" ,
281
271
"organizations:invite-members" ,
282
- "organizations:metric-alert-builder-aggregate" ,
283
272
"organizations:sso-basic" ,
284
273
"organizations:sso-rippling" ,
285
274
"organizations:sso-saml2" ,
286
275
"organizations:performance-view" ,
287
276
"organizations:advanced-search" ,
288
277
"organizations:session-replay" ,
289
- "organizations:session-replay-enable-canvas" ,
290
- "organizations:session-replay-enable-canvas-replayer" ,
291
278
"organizations:issue-platform" ,
292
279
"organizations:profiling" ,
293
280
"organizations:monitors" ,
0 commit comments