Skip to content

Experiment - Add specific tracking for invite members b variant

What does this MR do?

  • Applies a unique tracking event for showing the assignment dropdown when in invite_members_version_b experiment.

Note No changelog since we are behind a feature flag/experiment.

Test locally using GDK if desired

  • Enable both experiments to 💯
[1] pry(main)> Feature.enable_percentage_of_time(:invite_members_version_a_experiment_percentage, 100)
=> true
[2] pry(main)> Feature.enable_percentage_of_time(:invite_members_version_b_experiment_percentage, 100)
=> true
  • Visit a project where you have maintainer privileges.
  • Validate the data attribute for track event.
  • Repeat and do the same for a project where you are a developer only.

Screenshots (strongly suggested)

Version A tracking

Screen_Shot_2021-02-12_at_3.37.21_PM

Version B tracking

Screen_Shot_2021-02-12_at_3.41.40_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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 #321431

Edited by Doug Stull

Merge request reports