-
-
Notifications
You must be signed in to change notification settings - Fork 375
feat: Add sendDefaultPii to SentryOptions #923
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
Add sendDefaultPii to SentryOptions. When enabled, the SDK sends personal identifiable along with events. Currently, that only applies to the IP address of the user. Fixes GH-910
Codecov Report
@@ Coverage Diff @@
## master #923 +/- ##
==========================================
+ Coverage 94.68% 94.74% +0.06%
==========================================
Files 76 76
Lines 3497 3504 +7
==========================================
+ Hits 3311 3320 +9
+ Misses 186 184 -2
Continue to review full report at Codecov.
|
bruno-garcia
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 🚀
We added this for Apple recently, see getsentry/sentry-cocoa#923.
We added this for Apple recently, see getsentry/sentry-cocoa#923.
📜 Description
Add sendDefaultPii to SentryOptions. When enabled, the SDK sends personal identifiable along with
events. Currently, that only applies to the IP address of the user.
💡 Motivation and Context
Fixes GH-910
💚 How did you test it?
📝 Checklist
🔮 Next steps
Update the docs.