You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I found an error in swsProcessor.prototype.collectRequestResponseData.
It was causing some API calls not to be logged, so I think it should be considered as important.
The problem resides on response bodies containing objects within a main object, otherwise it works well... arrays, etc... works fine.
I could fix it by adding this:
Hi!
I found an error in
swsProcessor.prototype.collectRequestResponseData
.It was causing some API calls not to be logged, so I think it should be considered as important.
The problem resides on response bodies containing objects within a main object, otherwise it works well... arrays, etc... works fine.
I could fix it by adding this:
I just added the Object.assign - beacuse the problem was within swsStringRecursive - it was lacking the first level of data.
Maybe it is not the best solution, I can send a PR if needed.
Thanks in advance,
Ignacio
The text was updated successfully, but these errors were encountered: