getsentry / getsentry/sentry-react-native
Bridge `dataCollection` to Android native SDK
Open
Blocked
Errors
React-Native
Task
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 366
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 89
Description
Pass the `dataCollection` options through the native bridge to the Android SDK.
Currently `sendDefaultPii` is forwarded in `RNSentryStart.java:142`. Once the Android native SDK adopts the `dataCollection` spec, update the bridge to pass through the full `dataCollection` object instead.
## Blocked by
* Android SDK adopting the `dataCollection` spec
## References
* `packages/core/android/src/main/java/io/sentry/react/RNSentryStart.java`
Contributor guide
Assessment
This issue has not been assessed yet.