Move active templates to app being monitored
Status: Abandoned
Brought to you by:
impentaj
Instead of calls to the web app for each method have active templates pushed to the app being monitored and move the stack trace matching algorithm there. Stack traces would be constructed, matched to templates, and exceptions injected completely in the TraceServer and reported to the web app only when the trace is complete. This will significantly reduce overhead and if the scripting feature is implemented would allow exceptions to be injected without the web app being connected at all. This would be great for use with functional testing frameworks like Selenium.