Get started with Meticulous Recorder
Meticulous recorder is a tool for recording real user sessions. The recorder captures your users' actions and any network requests (and responses) during their session. Please note that although plaintext passwords are redacted, the recorded network requests can include authorization tokens and other headers -- you should therefore only add trusted users to your Meticulous organization. You can either add the recorder to all environments or just internal non-production environments.
1. Sign up
Sign up at https://app.meticulous.ai/signup. You will be prompted to create an organization and project.
2. Install the Meticulous recorder
There are a two ways to add the Meticulous recorder to your web application:
If possible, we recommend you to use the script tag as it is the only way to fully guarantee that the recorder initializes before any other scripts execute, thereby ensuring Meticulous can capture all network responses (learn more).
However, if it's not possible to template your HTML to include the script tag to only be included in the environments where you want to record sessions then you can use the loader package instead.