Any tips for viewing transit in the network tab of Chrome’s devtools? It’s hard to read visually there compared to using JSON.
You can use it with :json-verbose to prevent caching of some values.
:json-verbose
I’ll try that out. Thanks!