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
I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?
The text was updated successfully, but these errors were encountered:
Hey @Geetha-Ravindran, that Stopwatch is internal in the lib. However, if you use the ILog interface, you'll be able to access the string with all the info of all the requests!
I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?
The text was updated successfully, but these errors were encountered: