Skip to content

Make Gitlab::Tracking.enabled? our SSoT for the snowplow_enabled setting

What does this MR do?

Just what the title says 😄

It reduces the number of calls to Gitlab::CurrentSettings.snowplow_enabled? by making use of Gitlab::Tracking.enabled? instead (which internally just calls the former).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #333745 (closed)

Edited by Dallas Reedy

Merge request reports