You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
### Fixes
6
6
7
7
- Android: Remove the dependency on protobuf-lite for tombstones ([#5157](https://github.com/getsentry/sentry-java/pull/5157))
8
+
- Support masking/unmasking and click/scroll detection for Jetpack Compose 1.10+ ([#5189](https://github.com/getsentry/sentry-java/pull/5189))
Copy file name to clipboardExpand all lines: sentry-compose/api/android/sentry-compose.api
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ public final class io/sentry/compose/SentryComposeTracingKt {
14
14
public static final fun SentryTraced (Ljava/lang/String;Landroidx/compose/ui/Modifier;ZLkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
15
15
}
16
16
17
+
public final class io/sentry/compose/SentryLayoutNodeHelper {
18
+
public static final field $stable I
19
+
public static final field INSTANCE Lio/sentry/compose/SentryLayoutNodeHelper;
20
+
public final fun getChildren (Landroidx/compose/ui/node/LayoutNode;)Ljava/util/List;
21
+
public final fun isTransparent (Landroidx/compose/ui/node/LayoutNode;)Z
22
+
}
23
+
17
24
public final class io/sentry/compose/SentryModifier {
18
25
public static final field $stable I
19
26
public static final field INSTANCE Lio/sentry/compose/SentryModifier;
0 commit comments