Open audkar opened 1 week ago
oh, not again 🙈 did it start happening after bumping the compose version or the sentry sdk version?
I do not have the answer. Our dependencies are automatically kept up to date. At some point, this Sentry functionality stopped working. It was only reported when developers noticed that click breadcrumbs were missing from screens created with Compose. Since we don't have integration tests that test the Sentry functionality, I can't say when it broke.
@audkar understood, we'll take a look and sorry for the trouble again! We'll set up compat matrix for testing soon
Gradle Version
8.10.2
AGP Version
8.7.1
Code Minifier/Optimizer
None
Version
4.13.0
Sentry SDK Version
7.16.0
Steps to Reproduce
io.sentry.kotlin.compiler.gradle
plugin addedButton(modifier = Modifier.testTag("click_me"), <..>)
Expected Result
User interaction Breadcrumb with
click_me
is registeredActual Result
No such breadcrumb registered
(Use of
.sentryTag("click_me")
does work)