From 5f899a5ee4294691978d63271848a4b9e259992f Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Wed, 11 Sep 2024 09:56:21 -0400 Subject: [PATCH] Added spot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260740d96..7f22d0f2a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ OpenReplay is an open-source session replay suite you can host yourself, that le ## Features - **Session replay:** Lets you relive your users' experience, see where they struggle and how it affects their behavior. Each session replay is automatically analyzed based on heuristics, for easy triage. +- **Spot:** A Chrome extension that lets record bugs directly from your browser — each recording includes all the technical details developers need to fix them. - **DevTools:** It's like debugging in your own browser. OpenReplay provides you with the full context (network activity, JS errors, store actions/state and 40+ metrics) so you can instantly reproduce bugs and understand performance issues. - **Assist:** Helps you support your users by seeing their live screen and instantly hopping on call (WebRTC) with them without requiring any 3rd-party screen sharing software. - **Omni-search:** Search and filter by almost any user action/criteria, session attribute or technical event, so you can answer any question. No instrumentation required.