Track errors preventing group creation during registration
What does this MR do and why?
Track errors preventing group creation during registration.
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.
How to set up and validate locally
- Visit
/users/sign_up
. Submit the form. - On welcome page select
create group
and submit. - On group creation page click submit button with empty form.
- Mare sure frontend events are generated:
Tracking details
action | label |
---|---|
<operation>_<target_of_operation>_<where/when> |
error |
ex. track_free_registration_error
|
group_name_is_required |
Related to #458780
Edited by Serhii Yarynovskyi