As a QA (Quality Assurance) tool, QA Note may collect the following behavioral information to accurately reproduce and debug software bugs. This data is used solely for QA issue reproduction and debugging purposes and is never used for advertising or marketing.
- Session Replay: Records DOM changes, mouse movements, clicks, and scroll events. Uses the rrweb library to store user screen interactions in a reproducible format.
- Console Logs: Collects messages output to the JavaScript console (log, warn, error) to understand the context of error occurrences.
- Network Requests: Collects request/response metadata (URL, status code, duration) and, where available, limited request/response body text up to 2KB. Sensitive headers, parameters, and fields are automatically masked.
- User Actions: Records clicks, the occurrence of input, navigation, and similar events. Actual input-field values are automatically masked.
Note: Sensitive Information Protection: All input fields in session replay are masked by default, with additional filtering for sensitive headers, parameters, and body fields such as passwords, tokens, and card numbers. Screens or optional DOM/storage content captured directly by a user may still contain personal information and should be reviewed before submission.