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

feat(replays): Add snapshot function to replay canvas integration #10066

Merged
merged 50 commits into from
Jan 17, 2024

Commits on Jan 10, 2024

  1. feat(replay): Add ReplayCanvas integration

    Adding this integration in addition to `Replay` will set up canvas recording.
    mydea authored and billyvg committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    64a84af View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. refactor out integrations abstraction

    billyvg authored and c298lee committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f9507ef View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. update

    c298lee committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1e91917 View commit details
    Browse the repository at this point in the history
  2. it works

    c298lee committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e1ec42e View commit details
    Browse the repository at this point in the history
  3. add manual snapshot option

    c298lee committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    16d99e6 View commit details
    Browse the repository at this point in the history
  4. add manual snapshot option

    c298lee committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f74f12b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. feat(replay): Add ReplayCanvas integration

    Adding this integration in addition to `Replay` will set up canvas recording.
    mydea authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fd5c9e6 View commit details
    Browse the repository at this point in the history
  2. new quality options

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1b2b670 View commit details
    Browse the repository at this point in the history
  3. fix

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1b21a37 View commit details
    Browse the repository at this point in the history
  4. create replay-canvas package

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    446aea7 View commit details
    Browse the repository at this point in the history
  5. cleanup repo

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f9a887d View commit details
    Browse the repository at this point in the history
  6. change to not use _experiments for canvas

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    32b4ccd View commit details
    Browse the repository at this point in the history
  7. revert entrypoint change

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    255fa86 View commit details
    Browse the repository at this point in the history
  8. move tests to dev-packages

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    425f1ab View commit details
    Browse the repository at this point in the history
  9. update tests

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    97fa4e7 View commit details
    Browse the repository at this point in the history
  10. remove old template

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cd8f159 View commit details
    Browse the repository at this point in the history
  11. do not publish as separate package

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    eedcf21 View commit details
    Browse the repository at this point in the history
  12. remove yarn lockfile

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f103983 View commit details
    Browse the repository at this point in the history
  13. refactor out integrations abstraction

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c4e957f View commit details
    Browse the repository at this point in the history
  14. add replaycanvas to replay bundles

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fbe85d5 View commit details
    Browse the repository at this point in the history
  15. forgot shims

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    20e61fd View commit details
    Browse the repository at this point in the history
  16. debug playwright test

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    645bbbb View commit details
    Browse the repository at this point in the history
  17. Revert "debug playwright test"

    This reverts commit 7cf7b73.
    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6e51bff View commit details
    Browse the repository at this point in the history
  18. fix types

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    26d834e View commit details
    Browse the repository at this point in the history
  19. lint

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fed7da2 View commit details
    Browse the repository at this point in the history
  20. Revert "add replaycanvas to replay bundles"

    This reverts commit ab2d746.
    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5aa96e3 View commit details
    Browse the repository at this point in the history
  21. Revert "forgot shims"

    This reverts commit 9dd8758.
    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6d5a0f2 View commit details
    Browse the repository at this point in the history
  22. add canvas to options event

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    833ee6f View commit details
    Browse the repository at this point in the history
  23. move replay-canvas to devDeps

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1f790e2 View commit details
    Browse the repository at this point in the history
  24. canvas --> shouldRecordCanvas

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1121e89 View commit details
    Browse the repository at this point in the history
  25. move back to deps

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e805e6c View commit details
    Browse the repository at this point in the history
  26. remove private: true, fails the e2e tests

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ec1bbe9 View commit details
    Browse the repository at this point in the history
  27. feat(replay): Add ReplayCanvas integration

    Adding this integration in addition to `Replay` will set up canvas recording.
    mydea authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7ee6be0 View commit details
    Browse the repository at this point in the history
  28. refactor out integrations abstraction

    billyvg authored and c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0f32f8a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3a5ea02 View commit details
    Browse the repository at this point in the history
  30. add snapshot to shim

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9a09eff View commit details
    Browse the repository at this point in the history
  31. lint

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d3f23cc View commit details
    Browse the repository at this point in the history
  32. test and snapshot

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    43daae2 View commit details
    Browse the repository at this point in the history
  33. fix

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0a1350c View commit details
    Browse the repository at this point in the history
  34. fix again

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8db7bde View commit details
    Browse the repository at this point in the history
  35. done fix hopefully

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6324d18 View commit details
    Browse the repository at this point in the history
  36. comments and update test

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b8a8a3a View commit details
    Browse the repository at this point in the history
  37. typo

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8807086 View commit details
    Browse the repository at this point in the history
  38. typo

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b3f5889 View commit details
    Browse the repository at this point in the history
  39. lint

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    64e0a5b View commit details
    Browse the repository at this point in the history
  40. update enableManualSnapshot

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9f769b4 View commit details
    Browse the repository at this point in the history
  41. fix merge

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bdb58a4 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7382f97 View commit details
    Browse the repository at this point in the history
  43. lint

    c298lee committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3d6df92 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    6e6b808 View commit details
    Browse the repository at this point in the history