Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option to turn off all snapshotting and related observers #1311

Merged
merged 4 commits into from
Oct 13, 2023

Commits on Sep 26, 2023

  1. Add config option to turn off all snapshotting and related observers

     - allows RRWEB to be used for click/movement tracking alone, e.g. for a heatmaps use case
     - could also be used if there was a separate process for recording the DOM (in which case a 3rd party library like https://github.com/antonmedv/finder could be added to record targets instead of the mirror)
    eoghanmurray committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    15b41f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    37ce69b View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    eoghanmurray authored and github-actions[bot] committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f118d93 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Update packages/rrweb/src/record/observer.ts

    Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
    eoghanmurray and Juice10 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4295db1 View commit details
    Browse the repository at this point in the history