You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
sentry-android unmasked sensitive data in Android Session Replays for users of Jetpack Compose 1.8+
High severity
GitHub Reviewed
Published
Jun 19, 2025
in
getsentry/sentry-java
•
Updated Jun 20, 2025
Under specific circumstances, text composables may contain unmasked sensitive data in Android session replays. You may be impacted if you meet the following conditions:
If you meet the conditions above, the sentry-android package includes a specific error log that would indicate you may be impacted. Customers may use logcat to search for this event.
I'm impacted and want this data deleted
If you've confirmed that you're affected and unmasked sensitive data in Session Replays have reached Sentry servers, you can please see this documentation on deleting individual replays. If you'd like to request bulk deletion, please reach out to your Account Manager or support@sentry.io to request deletion.
Information written to log files can be of a sensitive nature and give valuable guidance to an attacker or expose sensitive user information.
Learn more on MITRE.
Impact
Under specific circumstances, text composables may contain unmasked sensitive data in Android session replays. You may be impacted if you meet the following conditions:
sentry-android
with versions < 8.14.0Important
If you do not use Jetpack Compose or have never used a version >= 1.8.0-alpha08 you are not impacted.
Important
If you have not configured Session Replays for Mobile you are not impacted.
How do I check if I'm impacted?
If you meet the conditions above, the
sentry-android
package includes a specific error log that would indicate you may be impacted. Customers may use logcat to search for this event.I'm impacted and want this data deleted
If you've confirmed that you're affected and unmasked sensitive data in Session Replays have reached Sentry servers, you can please see this documentation on deleting individual replays. If you'd like to request bulk deletion, please reach out to your Account Manager or support@sentry.io to request deletion.
Patches
Upgrade the
sentry-android
SDK to version 8.14.0Workarounds
We recommend upgrading to the latest version of the SDK, but if it is not an option, customers may either:
Please see our documentation for more information configuring Session Replays for Android.
References
This issue was identified in Issue getsentry/sentry-java#4467 and fixed in getsentry/sentry-java#4485
References