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
Zyan events can be used to trace server-side events like SQL queries, permission checks, etc.
Capturing server-side call stack is straightforward.
But the whole picture needs a client-side call stack as well.
TODO: add the ability to capture client-side call stack on remote calls.
Of course it must be optional (and disabled by default) because it's quite an expensive operation.
Zyan events can be used to trace server-side events like SQL queries, permission checks, etc.
Capturing server-side call stack is straightforward.
But the whole picture needs a client-side call stack as well.
TODO: add the ability to capture client-side call stack on remote calls.
Of course it must be optional (and disabled by default) because it's quite an expensive operation.
Original issue: http://zyan.codeplex.com/workitem/2527
The text was updated successfully, but these errors were encountered: