Zyan icon indicating copy to clipboard operation
Zyan copied to clipboard

Capture client-side call stack

Open yallie opened this issue 7 years ago • 0 comments

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

yallie avatar Dec 24 '16 12:12 yallie