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 5c89890 commit 826f763Copy full SHA for 826f763
1 file changed
sentry-compose/proguard-rules.pro
@@ -5,6 +5,9 @@
5
-keep class io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter { <init>(...); }
6
7
-keepnames interface androidx.compose.ui.node.Owner
8
+-keepclassmembers class androidx.compose.ui.node.LayoutNode {
9
+ private androidx.compose.ui.node.LayoutNodeLayoutDelegate layoutDelegate;
10
+}
11
12
# R8 will warn about missing classes if people don't have androidx.compose-navigation on their
13
# classpath, but this is fine, these classes are used in an internal class which is only used when
0 commit comments