-
-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
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
Kotlin Compiler Plugin does not tag @Composable functions #3208
Labels
Comments
Yes. Latest 7.3.0 |
github-project-automation
bot
moved this to Needs Discussion
in Mobile & Cross Platform SDK
Feb 16, 2024
7 tasks
github-project-automation
bot
moved this from Needs Discussion
to Done
in Mobile & Cross Platform SDK
Feb 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gradle Version
8.5
AGP Version
8.2.2
Code Minifier/Optimizer
None
Version
4.2.0
Sentry SDK Version
7.3.0
Steps to Reproduce
Using
androidx.compose:compose-bom:2023.10.01
Basically following docs https://docs.sentry.io/platforms/android/enhance-errors/kotlin-compiler-plugin/
binding.composeView.setContent { LoginScreen() }
gradle assembleDebug
Inspect compiled output (Maybe I am missing something, but I can't find anything changed)Found the modifications in bytecode.isDebug=true
):Unable to find click target. No breadcrumb captured.
Project is set up correctly. If I add
testTag
manually, I can see user interaction breadcrumbs logged in Sentry Web dashboard.Expected Result
User interaction breadcrumbs are logged for
Composable
that do not have explicitly settestTag
Actual Result
Nothing logged
The text was updated successfully, but these errors were encountered: