chore: track dismissed onboardings
This commit is contained in:
parent
253b9bb1f5
commit
baa7c9dd40
1 changed files with 1 additions and 0 deletions
|
|
@ -563,6 +563,7 @@ export default class OnboardingWidget extends Widget {
|
|||
localStorage.setItem("dismissed-onboarding", JSON.stringify(dismissed));
|
||||
this.delete(true, true);
|
||||
this.widget.closest(".ce-block").hide();
|
||||
frappe.telemetry.capture("dismissed_" + frappe.scrub(this.title), "frappe_onboarding");
|
||||
});
|
||||
dismiss.appendTo(this.action_area);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue