6 ms·
I also have no idea what it does. "Sentry for development", so it works like sentry but the errors are streamed to localhost??
by qxxx 3y ago
I also have no idea what it does. "Sentry for development", so it works like sentry but the errors are streamed to localhost??
- zeeg 3y agoThat’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.
- boxed 3y agoI 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?
- the_mitsuhiko 3y agoNot 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.