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
Pass the
dataCollectionoptions through the native bridge to the Android SDK.Currently
sendDefaultPiiis forwarded inRNSentryStart.java:142. Once the Android native SDK adopts thedataCollectionspec, update the bridge to pass through the fulldataCollectionobject instead.Blocked by
dataCollectionspecReferences
packages/core/android/src/main/java/io/sentry/react/RNSentryStart.java