commit acd2856e531e06cf9e8559f9379932d9b03a07b4
Author: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com>
Date: Thu Sep 4 16:40:01 2025 -0400
feat(next): dedup glean success and fail events
Because:
- Success and fail events were reported multiple times on page load of
the success and error pages.
This commit:
- Removes glean event reporting from success and error pages.
- Adds glean event reporting to processing and needs_input page
redirects to the success or error page.
Closes #PAY-3181