Mobile Session Replay¶
Mobile session replay extends the observability of mobile applications by recording and replaying each user interaction, making it easier to reproduce the scenarios at the time of crashes and errors. Additionally, through recording, it can uncover actual user interactions and provide assistance for improving product interaction experiences. Currently, this feature is in the alpha stage and applies to native Android and iOS applications.
DataKit Setup¶
Before using session replay, if you are using a local deployment method, you need to install DataKit first, then enable the session_replay_endpoints
parameter for the RUM collector. Using public DataWay does not require additional configuration.
Note: The session replay feature requires upgrading the DataKit version to 1.5.5 or higher.
Integration¶
Viewing Session Replay¶
The method of viewing session replays on mobile devices is the same as on web; refer to web session replay access method