sentry-cocoa
sentry-cocoa copied to clipboard
Investigate/expand usage of `sendDefaultPii`
Description
- Check the codebase for places where it would make sense to use the
sendDefaultPiiflag (compare with sentry-java for example) - Decide and implement. Follow up for other Mobile SDKs where applicable
- Document!
The primary goal of this is to find instances where we can be more defensive with sending data if the flag is set to false. Only secondary consideration is places where we could send more data if the flag is set to true - create followups for these in case.
Places to look: file and HTTP instrumentation.