Skip to content

Feature(session replay): add ability to visually reconstruct user sessions #104

@Jyyjy

Description

@Jyyjy

Copied from apache/flagon-useralejs#445

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](https://www.rrweb.io/) as well as [Sentry](https://github.com/getsentry/sentry-javascript/tree/master/packages/replay-internal))
    Some problems with size of initial DOM payload

Metadata

Metadata

Assignees

No one assigned

    Labels

    UseralePull requests that update Userale code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions