-
-
Notifications
You must be signed in to change notification settings - Fork 456
Closed
Labels
Description
Integration
sentry-android
Build System
Gradle
AGP Version
8.10.0
Proguard
Enabled
Version
8.13.2
Steps to Reproduce
- Enable session replay like so:
<meta-data
android:name="io.sentry.session-replay.on-error-sample-rate"
android:value="1.0" />
<meta-data
android:name="io.sentry.session-replay.session-sample-rate"
android:value="0.1" />
- Display Material 3 Text composable e.g.:
@Composable
private fun HelloText() {
androidx.compose.material3.Text("Hello")
}
Expected Result
Text composable is masked
Actual Result
Text composable is not masked
Metadata
Metadata
Assignees
Labels
Projects
Status
No status