Hacker News new | ask | show | jobs
by qxxx 924 days ago
I also have no idea what it does. "Sentry for development", so it works like sentry but the errors are streamed to localhost??
1 comments

That’s a good way to think about it yeah. It’s not 1:1, and also can be extended beyond Sentry, but that was our MVP.
I don't understand the use case. If it's local, I'll just get a nice traceback and I can use the normal debugger. So what's the point of this?
Not in all cases do you get a traceback into the UI. In some cases you have to look at your terminal or console. In this case it goes straight into your browser window. But additionally it also shows you a bunch of traces going on for instrumented calls.