You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,3 +240,10 @@ you remove the feature option.
240
240
241
241
To unset your feature, comment out or remove your feature config from the
242
242
`option`object, and rerun the `getsentry configoptions` command above.
243
+
244
+
## Removing Flagpole features
245
+
246
+
Because our options automator CI relies on the feature definitions in both Sentry and GetSentry, flags must be removed in a specific order to avoid causing test failures:
247
+
1. Remove all flag checks from the codebase and set a default value of `True` for the flag.
248
+
2. Once all flag checks have been removed and the changes have been deployed to all environments, remove the feature flag config from options automator.
249
+
3. Remove the [feature registration](#rolling-out-a-new-flagpole-feature) from GetSentry or Sentry.
0 commit comments