Closed jancionear closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 71.51%. Comparing base (
0c23749
) to head (82db17f
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
logviz used to display all network messages as
NetworkRequest
, this isn't very useful, it'd be better to show what type of message it is. Let's parse the network event and set the subtitle to message type. There's still aNetwork
prefix to indicate that this is a network message.