-
-
Notifications
You must be signed in to change notification settings - Fork 270
deps(ffigen): pin ffigen to 19.0.0
#3163
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 Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3163 +/- ##
==========================================
+ Coverage 86.56% 89.85% +3.29%
==========================================
Files 193 96 -97
Lines 6364 3431 -2933
==========================================
- Hits 5509 3083 -2426
+ Misses 855 348 -507 ☔ View full report in Codecov by Sentry. |
19.0.0
19.0.0
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- pin ffigen to `19.0.0` ([#3163](https://github.com/getsentry/sentry-dart/pull/3163)) If none of the above apply, you can opt out of this check by adding |
📜 Description
Use latest compatible ffigen version
Make sure it doesnt affect functionalities and doesn't crash
💡 Motivation and Context
Tiny step towards #1444
💚 How did you test it?
Manual tests and current test suite
Confirmed the new bindings to be working on iOS, macOS, Linux and Windows through manual tests
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps