Open
Description
Describe the bug
URLSearchParams not shown in log
To Reproduce
Steps to reproduce the behavior:
await axiosInstance.post('http://xxxxx/hello', new URLSearchParams({ a: 1, b: 2 }));
[Axios][Request] POST http://xxxxx/hello {}
Expected behavior
[Axios][Request] POST http://xxxxx/hello a=1&b=2