-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: handle the case of empty identifier #476
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #476 +/- ##
============================================
+ Coverage 41.98% 51.91% +9.93%
- Complexity 259 294 +35
============================================
Files 99 96 -3
Lines 2320 2585 +265
Branches 344 356 +12
============================================
+ Hits 974 1342 +368
+ Misses 1247 1134 -113
- Partials 99 109 +10 ☔ View full report in Codecov by Sentry. |
|
Build available to test |
📏 SDK Binary Size Comparison ReportNo changes detected in SDK binary size ✅ |
|
closes: MBL-738: Android - Handle device registration when switching from profile with empty string/null identifier.
handles the case, where if profile attributes are added before the identifying the profile,
userId
was set to empty string.