Skip to content

Commit b5577b4

Browse files
antonisclaude
andcommitted
docs: add changelog entry for runtime shake-to-report toggle
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e21b4da commit b5577b4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@
44

55
### Features
66

7-
- Show feedback form on device shake ([#5150](https://github.com/getsentry/sentry-java/pull/5150))
8-
- Enable via `options.getFeedbackOptions().setUseShakeGesture(true)` or manifest meta-data `io.sentry.feedback.use-shake-gesture`
9-
- Uses the device's accelerometer — no special permissions required
10-
11-
### Fixes
12-
13-
- Session Replay: Fix Compose text masking mismatch with weighted text ([#5218](https://github.com/getsentry/sentry-java/pull/5218))
14-
15-
### Features
16-
7+
- Add `Sentry.enableFeedbackOnShake()` and `Sentry.disableFeedbackOnShake()` for runtime control of shake-to-report ([#5232](https://github.com/getsentry/sentry-java/pull/5232))
178
- Add configurable `IScopesStorageFactory` to `SentryOptions` for providing a custom `IScopesStorage`, e.g. when the default `ThreadLocal`-backed storage is incompatible with non-pinning thread models ([#5199](https://github.com/getsentry/sentry-java/pull/5199))
189
- Android: Add `beforeErrorSampling` callback to Session Replay ([#5214](https://github.com/getsentry/sentry-java/pull/5214))
1910
- Allows filtering which errors trigger replay capture before the `onErrorSampleRate` is checked

0 commit comments

Comments
 (0)