Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:JvmName("SentryComposeTracingKt")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: SDK Size Analysis is failing because this rename preserves the old top-level JVM class name via @file:JvmName("SentryComposeTracingKt"), and the size-test app’s R8 config strips Kotlin runtime deps so the shrinker can’t resolve kotlin.jvm.JvmName.

This is a size-test classpath quirk, not a production/runtime breakage for Java callers.


package io.sentry.compose

import androidx.compose.foundation.layout.Box
Expand Down
Loading