We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0729e6d commit 7653989Copy full SHA for 7653989
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- Avoid ArrayIndexOutOfBoundsException on Android cpu data collection ([#3598](https://github.com/getsentry/sentry-java/pull/3598))
8
- Fix lazy select queries instrumentation ([#3604](https://github.com/getsentry/sentry-java/pull/3604))
9
+- Session Replay: buffer mode improvements ([#3622](https://github.com/getsentry/sentry-java/pull/3622))
10
+ - Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode
11
+ - Persist `buffer` replay type for the entire replay when converting from buffer mode to session mode
12
+ - Properly store screen names for `buffer` mode
13
14
### Chores
15
0 commit comments