Adding new feature flag gl_analytics_tracking
What does this MR do and why?
This MR adds another feature flag on top of browsersdk_tracking
. We have enabled browsersdk_tracking
with random. it is getting deprecated due to reliability issues gitlab-com/chatops!400 (merged)
gl_analytics_tracking
feature flag will be based on actors.
browsersdk_tracking
feature flag MR !130168 (merged)
How to set up and validate locally
Steps mentioned in !130168 (merged)
Enable gl_analytics_tracking
feature flag as well
Feature.enable(:gl_analytics_tracking)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #425913 (closed)