Bugbattle Replays offer session replays of the last 60 seconds prior to a bug report. This allows you to gain a better understanding of how a bug occurred. The great thing is that we don't require any further user permissions for the replays.
Use the following code snippet to enable Bugbattle replays. We disabled replays by default as they may increase the battery drain of devices.
BugBattle.enableReplays(true)
[BugBattle enableReplays: true];
BugBattle.enableReplay();
BugBattle.enableReplays(true);
BugBattle.enableReplays(true);
Replays are currently only available for iOS, Android, ReactNative & Flutter. Replays for the JS SDK are comming soon.