-
Notifications
You must be signed in to change notification settings - Fork 113
chore(IT Wallet): [SIW-3223] eID reissuance tracking #7572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7572 +/- ##
=======================================
Coverage 59.66% 59.67%
=======================================
Files 1859 1860 +1
Lines 40312 40357 +45
Branches 9318 9334 +16
=======================================
+ Hits 24053 24083 +30
- Misses 16187 16188 +1
- Partials 72 86 +14
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Short description
This PR adds tracking events related to the eID reissuing flow.
List of changes proposed in this pull request
ITW_REISSUING_EID_MANDATORYevent when attempting to obtain a credential with an expired eID.useItwEidLifecycleAlertTrackingfor tracking the eID lifecycle banner, capturing both the alert view and tap events to start the reissuing process.How to test
Verify that all tracking events are correctly sent:
ITW_REISSUING_EID_MANDATORYevent is fired.BANNERevent is sent.BANNER_TAPevent is sent.BANNERevent is not sent, but tapping the lifecycle alert still sends theBANNER_TAPevent.