-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat: [#175900141] Added profile deletion abort tracking #2649
Conversation
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2649 +/- ##
=======================================
Coverage 51.49% 51.49%
=======================================
Files 730 730
Lines 20724 20724
Branches 3967 3967
=======================================
Hits 10671 10671
Misses 10009 10009
Partials 44 44 Continue to review full report at Codecov.
|
@@ -417,6 +420,7 @@ const trackAction = (mp: NonNullable<typeof mixpanel>) => ( | |||
} | |||
break; | |||
case getType(removeAccountMotivation): | |||
case getType(deleteUserDataProcessing.request): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you track also the deleteUserDataProcessing.success
and the deleteUserDataProcessing.failure
actions?
Short description
MixPanel should track whenever a user aborts the account deletion process.
How to test