How to get full list of log programmatically ?
ismailtosun opened this issue · 1 comments
ismailtosun commented
How to get full list of log programmatically ?
cortinico commented
The easiest way as of today is to do ChuckerCollector(this).writeTransactions(...)
.
This will create an export file that is either a .txt
or a .har
file, that you can then parse.
We don't expose the data model as of today. That's a feature we'll probably land in 4.x