This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Description
Problem
Session replay is a common feature in instrumentation services. As a developer, it's one of the nicest ways to make sense of user behavior and understand the context in which they encountered errors.
UserALE does not support the type of logs needed for this.
Solution
- Use mutation observer to emit change events, works pretty well
- Needs further research (look at rrweb as well as Sentry)
- Some problems with size of initial DOM payload