-
-
Notifications
You must be signed in to change notification settings - Fork 77
feat(Mobile): adds sendDefaultPii to Mobile wizards
#981
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #981 +/- ##
=======================================
Coverage 27.36% 27.36%
=======================================
Files 130 130
Lines 14411 14411
Branches 856 856
=======================================
Hits 3944 3944
Misses 10449 10449
Partials 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| options.debug = true // Enabled debug when first installing is always helpful | ||
| // Adds IP for users. | ||
| // For more information, visit: https://docs.sentry.io/platforms/apple/data-management/data-collected/ |
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.
Note: I also opened a docs PR to tell users that the data collected varies depending on platform
philipphofmann
left a comment
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, with two minor suggestions.
capetalciti
left a comment
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.
👍
sendDefaultPii=trueto Mobile wizards:Note: as mentioned in #955 (comment) we set the default value of
trueand link to the relevant docs pagefixes #790
fixes #956
(Flutter + RN don't have GH issues for this)