Features
- Show feedback form on device shake (#5150)
- Enable via
options.getFeedbackOptions().setUseShakeGesture(true)or manifest meta-dataio.sentry.feedback.use-shake-gesture - Uses the device's accelerometer — no special permissions required
Fixes
- Support masking/unmasking and click/scroll detection for Jetpack Compose 1.10+ (#5189)
Dependencies
- Bump Native SDK from v0.13.1 to v0.13.2 (#5181)
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0132
- diff
- Bump
com.abovevacant:epitaphto0.1.1to avoid old D8/R8 dexing crashes in downstream Android builds on old AGP versions such as 7.4.x. (#5200) - [changelog](https://github.com/abovevacant/epitaph/blob/main/CHANGELOG.md#011
- diff