-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Change Spring Boot, Apollo, Apollo 3, JUL, Logback, Log4j2, OpenFeign, GraphQL and Kotlin coroutines core dependencies to compileOnly #2837
Conversation
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2837 +/- ##
=========================================
Coverage 81.29% 81.29%
Complexity 4565 4565
=========================================
Files 351 351
Lines 16874 16874
Branches 2272 2272
=========================================
Hits 13717 13717
Misses 2216 2216
Partials 941 941 ☔ View full report in Codecov by Sentry. |
I think we should make |
🙈 I'm blind / can't use search. Thanks 🙏 . Updated |
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
Switch dependencies that will be auto installed to
compileOnly
.💡 Motivation and Context
To enable auto install and address getsentry/sentry-android-gradle-plugin#521 (review)
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps