Skip to content

fix(replay): Fix VerifyError in Compose masking under DexGuard/R8 obf…

ffe1117
Select commit
Loading
Failed to load commit list.
Merged

fix(replay): Fix VerifyError in Compose masking under DexGuard/R8 obfuscation #5507

fix(replay): Fix VerifyError in Compose masking under DexGuard/R8 obf…
ffe1117
Select commit
Loading
Failed to load commit list.
@sentry/warden / warden: check-code-attribution completed Jun 8, 2026 in 3m 2s

1 issue

check-code-attribution: Found 1 issue (1 medium)

Medium

⚠️ Missing copyright line in vendored function attribution - `sentry-android-replay/src/main/java/io/sentry/android/replay/util/Nodes.kt:200`

sentry-android-replay/src/main/java/io/sentry/android/replay/util/Nodes.kt — The boundsInWindow function is adapted from the AndroidX LayoutCoordinates implementation (Apache 2.0) but its KDoc comment does not include a copyright line (e.g. Copyright (C) The Android Open Source Project). Please add it to the function's KDoc.


⏱ 2m 59s · 122.2k in / 10.6k out · $0.32

Annotations

Check warning on line 200 in sentry-android-replay/src/main/java/io/sentry/android/replay/util/Nodes.kt

See this annotation in the file changed.

@sentry-warden sentry-warden / warden: check-code-attribution

⚠️ Missing copyright line in vendored function attribution

**sentry-android-replay/src/main/java/io/sentry/android/replay/util/Nodes.kt** — The `boundsInWindow` function is adapted from the AndroidX `LayoutCoordinates` implementation (Apache 2.0) but its KDoc comment does not include a copyright line (e.g. `Copyright (C) The Android Open Source Project`). Please add it to the function's KDoc.