Logs (not supported)

The ReplaySDK's logging system is a well-designed module that provides detailed user environment and activity records for developers and testers. This system allows us to track every user action step, and generate test cases from the logs to reproduce real user scenarios. This reproduction capability greatly simplifies the diagnosis and resolution of issues, ensuring better support and service for users.

Goals

  • Collect information: device, browser version, time, website URL, etc.

  • Track information: log every user interaction, including click, scrolls, and other events.

  • Generate test cases: automatically create test cases based on the user's actual operations and steps.

  • Reproduce scenarios: with the logs and test cases, we can accurately simulate the problems users have encountered.

  • Error reporting: when an error occurs, the issue can be automatically reported to the test team, or the test case can be run to provide feedback.

Last updated