Skip to content
Tech News
← Back to articles

Show HN: Watches user sessions, finds bugs that matter, and fixes them

read original more articles
Why This Matters

Opslane offers a streamlined approach to bug detection and resolution by automatically recording user sessions, identifying impactful issues, and verifying fixes before opening pull requests. Its agent-first design minimizes the need for manual error dashboards, enabling faster, more efficient bug management directly from the terminal. This innovation enhances product stability and user experience while reducing developer overhead.

Key Takeaways

Fix bugs that your users run into.

Docs · Self-host quickstart · Install the SDK · Discord · Issue tracker

Opslane finds user-facing bugs and investigates them. It only opens a PR if it can verify the fix.

It records every session. That means it sees the errors, and it also sees the bugs that never throw an exception: the button that does nothing, the form people give up on, the dropdown that closes before anyone can pick from it. Each one is ranked by how many users hit it. The ones that matter get investigated. Some of those fixes become PRs. Some need your attention, so you can drive the resolution.

▶ Watch the demo: a production error becomes a verified pull request.

See it work

Read the digest, make the product call, fix it, link the PR. All from the terminal.

The daily Slack digest: what broke, what's ready to merge, what needs a decision. Images show demo data.

Principles

Agent-first. I never want to open an error dashboard again. Opslane ships an MCP server, so your coding agent pulls the digest, reads the investigation, and fixes the bug from the terminal.

... continue reading