If you’re are a frontend developer, often you get new issues reporting a bug. Sometimes the bug is related to the frontend. Sometimes it’s because of the backend. The problem is that you don’t know it in advance, and you have to lose a lot of time to replicate the bug, just to discover it […]
Most of the time a bug depends on a bad network request. Unfortunately it’s difficult to reproduce the exact conditions for a request and the same response. Buglink provides a new network devtools to inspect a HTTP request in the past user bug session. The problem with bugs When a user experiences a bug in […]