Integration
sentry-android
Build System
Gradle
AGP Version
8.6.0
Proguard
Enabled
Version
7.18.1
Steps to Reproduce
Use View Hierarchy with Compose 1.7
Expected Result
The view hierarchy will contain test tags as composable names
Actual Result
The view hierarchy not contain test tags as composable names.
Looks like it needs the same fix with TestTagElement in else branch as #3878
|
if (modifierInfo.getModifier() instanceof SemanticsModifier) { |
Integration
sentry-android
Build System
Gradle
AGP Version
8.6.0
Proguard
Enabled
Version
7.18.1
Steps to Reproduce
Use View Hierarchy with Compose 1.7
Expected Result
The view hierarchy will contain test tags as composable names
Actual Result
The view hierarchy not contain test tags as composable names.
Looks like it needs the same fix with TestTagElement in else branch as #3878
sentry-java/sentry-compose-helper/src/jvmMain/java/io/sentry/compose/viewhierarchy/ComposeViewHierarchyExporter.java
Line 89 in b5b9f8b