- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 276
refactor: cleanup platform mocking #2730
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
Conversation
| Codecov ReportAttention: Patch coverage is  
 
 Additional details and impacted files@@            Coverage Diff             @@
##               v9    #2730      +/-   ##
==========================================
+ Coverage   88.49%   88.60%   +0.10%     
==========================================
  Files         262      263       +1     
  Lines        8746     8760      +14     
==========================================
+ Hits         7740     7762      +22     
+ Misses       1006      998       -8     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
| Isn't the platform checker used to decide which native integration is called? So actually returning true for 'isMacOs' on web would cause the macos integrations to be called on web? | 
| 
 I believe that was the case in the past but looking at how the code which calls   | 
| doesn't seem related to the changes in this PR | 
| we recently added hints to transactions, looks like flutter tests weren't updated cc @denrase | 
| @vaind picking this up now if its al right with you | 
…try/sentry-dart into refactor/cleanup-platform-mocking
| 🚨 Detected changes in high risk code 🚨High-risk code has higher potential to break the SDK and may be hard to test. To prevent severe bugs, apply the rollout process for releasing such changes and be extra careful when changing and reviewing these files: 
 | 
| @vaind Still have left  | 
| 
 
 Yeah I didn't intend to remove this in the same PR, it's already big as it is. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@denrase the PlatformChecker->RuntimeChecker as well as removing Platform from RuntimeChecker look good to me 👍
| @vaind Thank you! @krystofwoldrich @stefanosiano Would be great if you could also do a review. 🙇♂️ | 
# Conflicts: # flutter/test/replay/replay_native_test.dart
3bcf878    to
    067b84c      
    Compare
  
    | @vaind @krystofwoldrich This should be ready to merge if you want to do a final review. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
📜 Description
part of #2646
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPiiis enabled🔮 Next steps