VeriWasp Update: Full Trace Viewer – Debug Like a Pro
Big quality-of-life upgrade for everyone hunting down those sneaky bugs!We just shipped the Full Trace Viewer: a deep-dive debugging panel for every run.
What it gives you:
Complete network tab per step: every request/response with headers, sortable table, URL filtering, and full request/response bodies (up to 5MB)
Side-by-side DOM snapshots: actual reconstructed DOM + computed styles before and after each step (not just screenshots)
Works on public/shared reports too: perfect for collaborating with teammates or customers
Example Trace (Wordle flow):
https://veriwasp.com/r/u33lxvquta/trace
The standard report replay is still perfect for quick reviews. Open the Full Trace when you need to answer:
Which exact API call errored or timed out?
What payload was actually sent?
How did the DOM really change?
Combined with video replay, per-step screenshots, console errors, and accessibility scans, VeriWasp now gives you both high-level visibility and low-level debugging power, all without leaving the browser.
This is especially powerful for micro-SaaS and indie hackers who need to move fast but still ship reliably. Would love your feedback on the trace viewer! What debugging features would you like to see next?

Replies