[PM-25937] Simplify get_login_method method#761
Conversation
|
Claude finished @dani-garcia's task in 2m 55s —— View job Pull Request Review: PM-25937 Simplify get_login_method methodReviewed commit: Previous review: Re-Review ResultNo PR-specific files changed since the previous review. The only new commit ( The previous analysis remains valid:
✅ Approved -- no findings. Previous review still applies. |
|
Great job! No new security vulnerabilities introduced in this pull request |
🔍 SDK Breaking Change Detection ResultsSDK Version:
Breaking change detection completed. View SDK workflow |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #761 +/- ##
==========================================
+ Coverage 81.25% 81.27% +0.01%
==========================================
Files 316 316
Lines 36369 36354 -15
==========================================
- Hits 29553 29545 -8
+ Misses 6816 6809 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|




🎟️ Tracking
📔 Objective
Update
get_login_methodto returnUserLoginMethoddirectly. This method was never available to SM so all its callers had to unnecessarly match and unwrap it every single time. Also remove theArcin preparation of the SDK hydration epic, as that will deserialize/clone the values every time anyway.🚨 Breaking Changes