# replay-chrome-extension **Repository Path**: mirrors_getsentry/replay-chrome-extension ## Basic Information - **Project Name**: replay-chrome-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sentry Session Replay debugger ![build](https://github.com/getsentry/replay-chrome-extension/workflows/build/badge.svg) Inject and debug Sentry Session Replays ## Setup ``` npm install ``` ## Import as Visual Studio Code project ... ## Build ``` npm run build ``` ## Build in watch mode ### terminal ``` npm run watch ``` ### Visual Studio Code Run watch mode. type `Ctrl + Shift + B` ## Load extension to chrome Load `dist` directory ## Test `npx jest` or `npm run test`