Show HN: Give your coding agent production bug context
sonarly.devHi all, I've been working on this devtool for 1 month now for myself at first and I'll be curious to see if it's something that could work for you as well. So basically, it detects bugs in your website in production from real user sessions, an llm clusters them by severity and it provides the complete context of the issue that you can copy-paste into your coding agent to fix it in one go. Why did I create it? I've been shipping fast with tools like Cursor and Claude Code. The problem? When bugs happen in production, these tools have zero context about what actually went wrong. Sentry is powerful but way too complex - I just want to copy context and paste it into my copilot. How to install it? Basically it's a JS tracker to add to your website I'm very curious about your ideas about this tool or similar tools available if you know some of them. Looking for feedback on the whole concept and UX. Is this something you'd actually use? What's missing? Happy to share more technical details for those interested. Thanks!