openreplay/spot
2025-04-25 14:30:47 +02:00
..
.yarn
assets
entrypoints spot: isolate input events in saving screen 2025-04-25 14:30:47 +02:00
public
utils
.gitignore
.nvmrc
.prettierrc
.yarnrc.yml
bun.lockb spot: isolate input events in saving screen 2025-04-25 14:30:47 +02:00
declarations.d.ts
package-lock.json
package.json spot: isolate input events in saving screen 2025-04-25 14:30:47 +02:00
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
wxt.config.ts

spot

Report bugs in no time. Simply record bugs you spot directly from your browser and instantly generate comprehensive bug reports with all the information engineers need to fix them. No more back-and-forth.

Contributing

Be sure to install nvm or n before starting, or simply use node >= v20.0.0.

Running yarn dev will start new chrome instance with spot extension installed already, but you need to change ingest point to your local dev env if you don't have account on app.openreplay.com.

Building

If you wish to compile your own version of the extension:

  • run yarn build
  • open chrome://extensions/ in your browser
  • enable developer mode
  • click on "Load unpacked" and select the chrome-mv3 folder inside spot/.output