Skip to content

Clean up feature flags that should be permanently enabled

Robert Speicher requested to merge rs-clean-feature-flags into master

This removes checks for the following flags:

  1. publish_git
  2. log_elastic
  3. log_sentry
  4. sentry_tracking

These have all been working well and I think they're functionality we should enable permanently.

I'll remove them from https://ops.gitlab.net/gitlab-org/release/tools/-/feature_flags after merge.

Merge request reports