mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
Cleanup unused feature flags (#3820)
* remove organizations:sso-rippling https://github.com/getsentry/sentry/pull/31515 * remove organizations:metrics-extraction https://github.com/getsentry/sentry/pull/69860 * remove organizations:user-feedback-ingest https://github.com/getsentry/sentry/pull/78097 * remove organizations:user-feedback-replay-clip https://github.com/getsentry/sentry/pull/87771 --------- Co-authored-by: ds <ds@local>
This commit is contained in:
parent
9fbd722d44
commit
a2447aa480
@ -291,7 +291,6 @@ SENTRY_FEATURES.update(
|
||||
"organizations:integrations-issue-sync",
|
||||
"organizations:invite-members",
|
||||
"organizations:sso-basic",
|
||||
"organizations:sso-rippling",
|
||||
"organizations:sso-saml2",
|
||||
"organizations:performance-view",
|
||||
"organizations:advanced-search",
|
||||
@ -302,7 +301,6 @@ SENTRY_FEATURES.update(
|
||||
"organizations:dashboards-mep",
|
||||
"organizations:mep-rollout-flag",
|
||||
"organizations:dashboards-rh-widget",
|
||||
"organizations:metrics-extraction",
|
||||
"organizations:transaction-metrics-extraction",
|
||||
"organizations:visibility-explore-view",
|
||||
"organizations:dynamic-sampling",
|
||||
@ -326,8 +324,6 @@ SENTRY_FEATURES.update(
|
||||
)
|
||||
# User Feedback related flags
|
||||
+ (
|
||||
"organizations:user-feedback-ingest",
|
||||
"organizations:user-feedback-replay-clip",
|
||||
"organizations:user-feedback-ui",
|
||||
)
|
||||
# Continuous Profiling related flags
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user