SnagRelayDocs
Installation

Installation Overview

Five ways to capture bug reports, and one to fix them.

SnagRelay ships five different capture clients, plus a developer-side extension for fixing reports. Pick the ones that match where your users actually are.

ClientCaptures reports?Where it runsInstall method
Web WidgetYesAny websiteScript tag
WordPress PluginYes (same widget)WordPress sitesWordPress.org plugin directory
Chrome ExtensionNo — companion onlyChrome/Edge/BraveChrome Web Store
React Native SDKYesiOS & Android appsnpm package
VS Code / Cursor ExtensionNo — for fixing bugsDeveloper's editorMarketplace / Open VSX

The Chrome extension doesn't report bugs by itself

It's a screenshot-quality helper for sites that already run the web widget. Without the widget script installed, the extension has nothing to attach itself to.

The VS Code / Cursor extension is for developers, not reporters

It lets a developer browse reports, start a fix, and pull full context into their AI coding assistant via MCP — it doesn't capture new bug reports.

Which one should I install?

You can combine several — e.g. the web widget on your marketing site, the WordPress plugin on your blog, and the React Native SDK in your mobile app, all reporting into different (or the same) Project.

On this page