-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
upgrade to Kotlin 1.9.21 #146
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #146 +/- ##
=======================================
Coverage 77.83% 77.83%
=======================================
Files 27 27
Lines 424 424
Branches 55 55
=======================================
Hits 330 330
Misses 68 68
Partials 26 26 ☔ View full report in Codecov by Sentry. |
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!
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- upgrade to Kotlin 1.9.21 ([#146](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146)) If none of the above apply, you can opt out of this check by adding |
📜 Description
Update the SDK and the samples to
1.9.21
No changes in the
src
files, only added opt-in annotations that were flagged.I had to rearrange files to the new sourceSets so that why there's lots of files changed
💡 Motivation and Context
Closes #137
💚 How did you test it?
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps