-
-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Description
Description
When starting the Cocoa SDK with session replay only running in buffer mode (sessionSampleRate set to 0, with onErrorSampleRate set to > 0) the SDK will record frames and only create a session replay video when capturing an error or exception event. The first replay event is the using the replay_type = buffer and then switches to replay_type = session in further video segments.
The documentation added in getsentry/sentry-docs#14462 mentions that the replay type must not change.
Investigate the current setup and adapt according to the documentation.