-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: 1078 mixpanel delete data #7141
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
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.
- How long does the disabled button state persist for?
- Under what condition is it enabled again?
Ah looks like it's a check every time the component mounts. |
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.
LGTM
Kudos, SonarCloud Quality Gate passed! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7141 +/- ##
=======================================
Coverage 32.94% 32.95%
=======================================
Files 1005 1005
Lines 32642 32640 -2
Branches 8383 8383
=======================================
Hits 10755 10755
+ Misses 21887 21885 -2
☔ View full report in Codecov by Sentry. |
Description
This PR changes the Mixpanel endpoint for deleting user data (MetaMetrics) to a proxy endpoint.
Screenshots/Recordings
Successful delete data request UI
RECORDING
MixPanel-Delete.Data.mov
Issue
fixes 1078
Testing
Checklist