We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry-android
Gradle
8.6.0
Enabled
7.18.1
Use View Hierarchy with Compose 1.7
The view hierarchy will contain test tags as composable names
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
The text was updated successfully, but these errors were encountered:
getsentry/sentry-android-gradle-plugin#784
Sorry, something went wrong.
markushi
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: