diff --git a/sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryComposeTracing.kt b/sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryTraced.kt similarity index 99% rename from sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryComposeTracing.kt rename to sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryTraced.kt index e37a04592b..be2b955e57 100644 --- a/sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryComposeTracing.kt +++ b/sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryTraced.kt @@ -1,3 +1,5 @@ +@file:JvmName("SentryComposeTracingKt") + package io.sentry.compose import androidx.compose.foundation.layout.Box