We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f634d01 commit 302eacfCopy full SHA for 302eacf
sentry-compose/src/androidMain/kotlin/io/sentry/compose/SentryComposeTracing.kt
@@ -78,7 +78,7 @@ public fun SentryTraced(
78
}
79
val firstRendered = remember { ImmutableHolder(false) }
80
81
- val baseModifier = if (enableUserInteractionTracing) Modifier.sentryTag(tag) else modifier
+ val baseModifier = if (enableUserInteractionTracing) modifier.sentryTag(tag) else modifier
82
83
Box(
84
modifier =
0 commit comments