-
Notifications
You must be signed in to change notification settings - Fork 26
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: add toggle to opt-out analytics (WPB-8922) #3008
Conversation
Signed-off-by: alexandreferris <[email protected]>
Signed-off-by: alexandreferris <[email protected]>
…acy settings state Signed-off-by: alexandreferris <[email protected]>
Signed-off-by: alexandreferris <[email protected]>
Signed-off-by: alexandreferris <[email protected]>
Signed-off-by: alexandreferris <[email protected]>
Quality Gate passedIssues Measures |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 4758 succeeded. The build produced the following APK's: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3008 +/- ##
===========================================
+ Coverage 44.00% 44.35% +0.34%
===========================================
Files 447 447
Lines 14547 14559 +12
Branches 2497 2498 +1
===========================================
+ Hits 6402 6457 +55
+ Misses 7451 7399 -52
- Partials 694 703 +9
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
There was no implementation of a switch button to opt-out of analytics in privacy settings screen
Solutions
Add switch button to opt-out of analytics
Added the enabled/disabled value into
GlobalDataStore
for now until we have more information on how we can propagate its value to other clients.Testing
Test Coverage (Optional)
How to Test
Attachments (Optional)