In-app bug reporting for the web
A screenshot pasted into a ticket rarely says enough: which element, which route, what was in the console, which request failed. TraceItX adds a one-click reporter to your web app so anyone — QA, beta users, or your own team behind a login — can capture all of that at once, without installing an extension or filming their screen.
How capture works on the web
When the reporter opens, the React SDK serialises the DOM and component tree, renders an in-browser screenshot of the current viewport, and captures recent console logs and network requests — including the route the user was on. Elements you mark as sensitive are redacted, and users can blur regions of the screenshot before sending. It all leaves as one signed envelope.
Works with your stack
The web path is the React SDK: a provider you wrap your app in, which captures the React component tree alongside the DOM. Because the captured envelope is identical to every other platform, your triage prompts and integrations are written once.
