From da7e89e684e9b30c2eabbe5906d8c0502ac6477e Mon Sep 17 00:00:00 2001 From: Matthew Williams <43.matthew@gmail.com> Date: Wed, 17 Dec 2025 09:30:27 -0400 Subject: [PATCH 1/2] docs(android): Update Session Replay SDK version requirement to 8.29.0 --- docs/platforms/android/session-replay/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/android/session-replay/configuration.mdx b/docs/platforms/android/session-replay/configuration.mdx index e2d285070ceb0..f4e36766eedd9 100644 --- a/docs/platforms/android/session-replay/configuration.mdx +++ b/docs/platforms/android/session-replay/configuration.mdx @@ -44,7 +44,7 @@ Body and header content will be PII-sanitized server-side, based on object keys ### Requirements -- SDK version >= [8.28.0](https://github.com/getsentry/sentry-java/releases/tag/8.28.0) +- SDK version >= [8.29.0](https://github.com/getsentry/sentry-java/releases/tag/8.29.0) - OkHttp From 65cc8321f162fbce22c7b4e93ddd7e125ba0e376 Mon Sep 17 00:00:00 2001 From: Matthew Williams <43.matthew@gmail.com> Date: Wed, 17 Dec 2025 10:59:30 -0400 Subject: [PATCH 2/2] Include gradle plugin version in network detail requirements --- docs/platforms/android/session-replay/configuration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/platforms/android/session-replay/configuration.mdx b/docs/platforms/android/session-replay/configuration.mdx index f4e36766eedd9..6fc337f7c0df2 100644 --- a/docs/platforms/android/session-replay/configuration.mdx +++ b/docs/platforms/android/session-replay/configuration.mdx @@ -45,6 +45,7 @@ Body and header content will be PII-sanitized server-side, based on object keys ### Requirements - SDK version >= [8.29.0](https://github.com/getsentry/sentry-java/releases/tag/8.29.0) +- Android Gradle Plugin version >= [6.0.0-beta.3](https://github.com/getsentry/sentry-android-gradle-plugin/releases/tag/6.0.0-beta.3) - OkHttp