Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Story <[email protected]>
  • Loading branch information
GabeVillalobos and markstory authored Dec 3, 2024
1 parent 96530d1 commit af6921d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ To unset your feature, comment out or remove your feature config from the
`option` object, and rerun the `getsentry configoptions` command above.

## Removing Flagpole features

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:

1. Remove all flag checks from the codebase and set a default value of `True` for the flag.
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.
3. Remove the [feature registration](#rolling-out-a-new-flagpole-feature) from GetSentry or Sentry.

0 comments on commit af6921d

Please sign in to comment.