Skip to content

User interaction tracking for Compose testTag stopped working #784

@audkar

Description

@audkar

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

  1. Setup basic Android project config with io.sentry.kotlin.compiler.gradle plugin added
  2. Add a clickable composable. e.g. Button(modifier = Modifier.testTag("click_me"), <..>)
  3. Run app and click button.

Expected Result

User interaction Breadcrumb with click_me is registered

Actual Result

No such breadcrumb registered

(Use of .sentryTag("click_me") does work)

Metadata

Metadata

Assignees

Labels

BugSomething isn't working
No fields configured for issues without a type.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions