- What does FrictaSolv detect?
- FrictaSolv automatically detects rage clicks, dead clicks, failed API calls (4xx/5xx errors), JavaScript errors, and page load issues. It helps teams identify broken or confusing UI elements and prioritize fixes based on user frustration — without session recordings or manual tagging.
- What is a rage click?
- A rage click is when a user clicks the same element 5 or more times within 2 seconds. It reliably indicates that something is not responding — a broken button, a form that didn't submit, or an element with a lost event listener.
- What is a dead click?
- A dead click is a click on an element that produces no response — no navigation, no state change, no visual feedback. Common causes include non-interactive elements styled as buttons, misaligned hit targets on mobile, and event listeners removed by re-renders.
- What is a Friction Score?
- A Friction Score is a 0–100 number assigned to each user session based on detected frustration signals. Higher = more broken. Failed API calls and rage clicks contribute the most. Sort sessions by score descending to find your most broken user experiences instantly.
- Does FrictaSolv detect errors from third-party APIs?
- Yes. FrictaSolv intercepts all Fetch and XMLHttpRequest calls regardless of destination. CORS failures, CDN errors, payment gateway timeouts, and analytics service failures are all captured — many of which never appear in server-side tools like Sentry.