File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828- Ensure frame metrics listeners are registered/unregistered on the main thread ([#4582](https://github.com/getsentry/sentry-java/pull/4582))
2929- Do not report cached events as lost ([#4575](https://github.com/getsentry/sentry-java/pull/4575))
3030 - Previously events were recorded as lost early despite being retried later through the cache
31+ - Switch to compileOnly dependency for compose-ui-material ([#4630](https://github.com/getsentry/sentry-java/pull/4630))
32+ - This fixes `StackOverflowError` when using OSS Licenses plugin
3133
3234### Dependencies
3335
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ kotlin {
4343 dependencies {
4444 api(projects.sentry)
4545 api(projects.sentryAndroidNavigation)
46- implementation(libs.androidx.compose.material3)
4746
47+ compileOnly(libs.androidx.compose.material3)
4848 compileOnly(libs.androidx.navigation.compose)
4949 implementation(libs.androidx.lifecycle.common.java8)
5050 }
You can’t perform that action at this time.
0 commit comments