sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Investigate/expand usage of `sendDefaultPii`

Open kahest opened this issue 2 years ago • 3 comments

Description

  1. Check the codebase for places where it would make sense to use the sendDefaultPii flag (compare with sentry-java for example)
  2. Decide and implement. Follow up for other Mobile SDKs where applicable
  3. 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.

kahest avatar Nov 15 '23 10:11 kahest

Places to look: file and HTTP instrumentation.

philipphofmann avatar Nov 15 '23 13:11 philipphofmann