Pass the dataCollection options through the native bridge to the Android SDK.
Currently sendDefaultPii is forwarded to the native layer via nativeOptions.ts. 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
Pass the
dataCollectionoptions through the native bridge to the Android SDK.Currently
sendDefaultPiiis forwarded to the native layer vianativeOptions.ts. Once the Android native SDK adopts thedataCollectionspec, update the bridge to pass through the fulldataCollectionobject instead.Blocked by
dataCollectionspecReferences
src/nativeOptions.tsdataCollectionto Android native SDK sentry-react-native#5999