BeataKr / axios-har-tracker

This library was designed for gathering HAR files from requests sent using axios
https://github.com/BeataKr/axios-har-tracker
10 stars 10 forks source link

Does this lib catches only GET requests? #6

Closed arthemium closed 1 year ago

arthemium commented 2 years ago

I've tried to implement the lib, however I was not able to generate any pages. It does output an empty json file: {"log":{"version":"1.2","creator":{"name":"axios-har-tracker","version":"0.1.0"},"pages":[],"entries":[]}}

I've done everything by the instructions and I'm passing the axios object at the begging, however it fails to capture anything.

BeataKr commented 1 year ago

Pack traces move from all type of calls. Did you manage to resolve your problem?