Skip to content

Add trial_discover_page experiment context to contact sales event

Ross Byrne requested to merge 443640-add-missing-experiment-context into master

What does this MR do and why?

Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/443640

Adds trial_discover_page experiment context to contact sales event on the trial status popover.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visible change

How to set up and validate locally

  1. Setup GDK to simulate SaaS
  2. Setup and run Customers Dot
  3. Setup and run Snowplow Micro
  4. Enable feature flag by running echo "Feature.enable :trial_discover_page" | gdk rails c
  5. Register a new user for a trial
  6. Navigate to group or project
  7. Click on the Contact sales button in trial status popover
  8. Check snowplow event has experiment context

Related to #443640

Merge request reports