Follow these steps to install and test the Optics browser extension for QA recording and error monitoring.
Internal Testing Only — Do not share download links publicly
Get the latest version of the Optics extension package from our internal distribution.
Don't have the download link?
Ask your team lead for the latest pre-signed download URL, or run pnpm extension:release to generate a new one.
Extract the downloaded ZIP file to a permanent location on your computer.
macOS
Double-click the ZIP file to extract, or use:
unzip optic-extension-latest.zip -d ~/optic-extensionWindows
Right-click → Extract All, or use PowerShell:
Expand-Archive optic-extension-latest.zip -DestinationPath C:\opticImportant: Keep this folder in a permanent location. If you delete or move it, the extension will stop working.
Navigate to Chrome's extension management page.
Option A: Type in the address bar:
chrome://extensionsOption B: Use the menu:
Turn on Developer mode to load unpacked extensions.
Developer Mode
Toggle in the top-right corner
Once enabled, you'll see additional buttons: "Load unpacked", "Pack extension", and "Update".
Click 'Load unpacked' and select the unzipped extension folder.
manifest.jsonThe Optics extension should now appear in your extensions list!
Pin the extension to your toolbar and start your QA session.
Pin the Extension
Start Recording
Trigger JavaScript errors and verify they're captured with full stack traces and context.
Record user interactions and verify the playback accurately reproduces the session.
Test the popup interface, settings panel, and project switching functionality.
Make sure you're selecting the correct folder. The folder should directly contain manifest.json, not a subfolder.
chrome://extensionsIf you run into issues, reach out to the engineering team or check the internal docs.