Miniback
Bug reports that come with the context to actually fix them
26 followers
Bug reports that come with the context to actually fix them
26 followers
In-app bug reporting for teams that ship fast. Drop in one line of code and every report arrives with screenshots, console errors, network requests, and the user's last clicks captured automatically. Simple enough for anyone to report, complete enough for a developer (or your AI) to fix. One click turns any bug into a prompt for Cursor or Claude, or connect the MCP server and let your AI triage them. Flat pricing, no per-seat fees, no session replay. Free to start.




Dial
worst one I ever got was 'it's broken, fix pls' with no screenshot and no page mentioned, had to guess which of our ten flows they even meant. so yeah, this would've saved me an afternoon or two. quick question on the auto-capture: does the last-clicks trail ever pick up text typed into a password or card field, or is that filtered out before it leaves the browser?
@galdayan hey Gal! the answer is genuinely yes. masking runs at capture time, client-side, the raw value is never transmitted
Dial
@nikos_spiropoulos good to hear, that's the right default. one more angle on the same capture path - the network requests you log, do those ever include full response bodies (auth tokens, API keys in headers)? password fields being masked is the obvious case, but a failed request dumping a bearer token into a bug report is the kind of leak that's easy to miss because it doesn't look like a form field at all.
@galdayan good eye, that's exactly the kind of thing that bites people. headers are covered both ways (request and response) , auth, cookies, api-key, etc get stripped by name before anything's sent. json bodies too, we redact known sensitive keys recursively
Dial
@nikos_spiropoulos recursive redaction on json bodies is the right call, most tools stop at the top-level keys and miss nested tokens. that covers the gaps I'd have worried about, good luck with the launch.
Pazi
This solves a real pain — bug reports with screenshots, console errors, and last clicks auto-captured is exactly what devs need. One line of code too. Congrats on the launch!
@zvonimir_sabljic1 thanks a lot! looking forward to getting some bugs resolved through miniback !