-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
beforeBreadcrumb was not adding the mutated breadcrumb #982
Conversation
Codecov Report
@@ Coverage Diff @@
## main #982 +/- ##
==========================================
- Coverage 91.14% 89.55% -1.60%
==========================================
Files 9 106 +97
Lines 192 3322 +3130
==========================================
+ Hits 175 2975 +2800
- Misses 17 347 +330
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -160,7 +160,7 @@ | |||
97C146E61CF9000F007C117D /* Project object */ = { | |||
isa = PBXProject; | |||
attributes = { | |||
LastUpgradeCheck = 1330; | |||
LastUpgradeCheck = 1300; |
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.
Flutter 3.0.5 always changes that, so better to keep this change.
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
beforeBreadcrumb was not adding the mutated breadcrumb
💡 Motivation and Context
Fix #980
Fix #977
💚 How did you test it?
📝 Checklist
🔮 Next steps