Page MenuHomePhabricator

Improve HTTP error code logging from Android
Closed, ResolvedPublic5 Estimated Story Points

Description

In order to log HTTP error codes, we would need to add a network interceptor (we do this extensively, so it's not too difficult) which observes the status code for every call, and if the code is >=400, it would construct an Event that contains the code and the API url, and pass the event into the analytics queue to be sent to the intake service.

Event Timeline

Events coming in on logstash:

image.png (499×1 px, 35 KB)