pub fn record_dismissed(
run_id: &str,
surface: Surface,
last_step: Option<QuickstartStep>,
)Expand description
Record a dismissed event for a run that exited without a
Create. Surfaces call this when the user closes the Quickstart
page / leaves the modal stack before submitting. last_step is
optional and names whichever selector the user got furthest with;
pass None for “didn’t progress past the first selector.”