Skip to content

Commit a2447aa

Browse files
doc-sheetds
andauthored
Cleanup unused feature flags (#3820)
* remove organizations:sso-rippling getsentry/sentry#31515 * remove organizations:metrics-extraction getsentry/sentry#69860 * remove organizations:user-feedback-ingest getsentry/sentry#78097 * remove organizations:user-feedback-replay-clip getsentry/sentry#87771 --------- Co-authored-by: ds <ds@local>
1 parent 9fbd722 commit a2447aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sentry/sentry.conf.example.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def get_internal_network():
291291
"organizations:integrations-issue-sync",
292292
"organizations:invite-members",
293293
"organizations:sso-basic",
294-
"organizations:sso-rippling",
295294
"organizations:sso-saml2",
296295
"organizations:performance-view",
297296
"organizations:advanced-search",
@@ -302,7 +301,6 @@ def get_internal_network():
302301
"organizations:dashboards-mep",
303302
"organizations:mep-rollout-flag",
304303
"organizations:dashboards-rh-widget",
305-
"organizations:metrics-extraction",
306304
"organizations:transaction-metrics-extraction",
307305
"organizations:visibility-explore-view",
308306
"organizations:dynamic-sampling",
@@ -326,8 +324,6 @@ def get_internal_network():
326324
)
327325
# User Feedback related flags
328326
+ (
329-
"organizations:user-feedback-ingest",
330-
"organizations:user-feedback-replay-clip",
331327
"organizations:user-feedback-ui",
332328
)
333329
# Continuous Profiling related flags

0 commit comments

Comments
 (0)