Closed Shahroz16 closed 2 months ago
Attention: Patch coverage is 94.44444%
with 1 line
in your changes missing coverage. Please review.
Please upload report for BASE (
feature/react-native-cdp@0f20226
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
...ines/src/main/kotlin/io/customer/sdk/CustomerIO.kt | 91.66% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
No changes detected in SDK binary size ✅
Build available to test
Version: shahoz-mbl-528-SNAPSHOT
Repository: https://s01.oss.sonatype.org/content/repositories/snapshots/
closes: MBL-528: Android SDK should consistently add userId in delete token payload
Since event are asynchronous, we can have
userId
null beforedeleteDevice
access the value ofuserId
. So we should enrich the delete device event withuserId
so it always have that value.