Skip to content

Commit 826f763

Browse files
committed
Exclude layoutDelegate from minification
1 parent 5c89890 commit 826f763

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sentry-compose/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
-keep class io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter { <init>(...); }
66

77
-keepnames interface androidx.compose.ui.node.Owner
8+
-keepclassmembers class androidx.compose.ui.node.LayoutNode {
9+
private androidx.compose.ui.node.LayoutNodeLayoutDelegate layoutDelegate;
10+
}
811

912
# R8 will warn about missing classes if people don't have androidx.compose-navigation on their
1013
# classpath, but this is fine, these classes are used in an internal class which is only used when

0 commit comments

Comments
 (0)