Replay is currently in closed beta. Feel free to join the waitlist on Replay.io. Here are some steps to get started once you have the app.
- Installing Replay
- Creating a Replay
- Saving a Replay
- Viewing a Replay
- Accessing the DevTools
- Adding Print Statements
- Viewing Event Listeners
1. Installing Replay
- Go to replay.io and download Replay for either Mac or Linux
- Install Replay like you would any other native application on your computer
- On Linux (and WSL), you will need to install libgtk version 3.0 (for libgtk-3.so.0) and libdbus-glib version 1.2 (for libdbus-glib-1.so.2). These may already be installed on your distribution if you use Ubuntu or Fedora. If you already have Firefox installed, then you already have these shared libraries.
- On Ubuntu, these can be installed by running the command:
sudo apt-get install -y libgtk-3-0 libdbus-glib-1-2
.
- Open Replay 🙂