Get alerted when network requests have failed or taken too long to complete
A lot of problems that happen in your mobile application might be related to network requests that failed, timed out or were super slow. Going through the network requests attached to each bug report tells you whether this report was due to any of the mentioned problems or not. However, we believe this process should be optimized further.
Now, you don’t need to go through the requests and their responses to find the conclusion you are looking for. We will bring your attention to any network related problem automatically.
The network requests we bring your attention to are:
- Requests that took too long to get completed, basically considered to be outliers in respect to the median of the other requests.
- Requests that timed out, basically requests that failed to meet the initialized requests timeout threshold, returned to the logs with status code 0.
- For the bugs that have requests with 4xx or 5xx responses, “n requests returned a failure” is returned.
Learn how Instabug can help you iterate faster, build better apps, and drive five-star reviews through bug reporting and crash reporting.