Timing Information for Functions ⏱️

Options
[CleanShot 2021-10-18 at 11.46.23.gif] 
We have added support to the Debugger & Request History to show the timing information for each function. 

Timing information is included by default in the debugger - even if your function stack is too large to include variable data. 

This feature helps give you more insights into what's going on with your API endpoints and can be very useful to help isolate and debug where an issue may be in your function stack or if there is potential to improve efficiency.

Comments