oarevalo / BugLogHQ

BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
http://www.bugloghq.com
154 stars 67 forks source link

Add explicit tracking of execution stack when reporting bugs #4

Open oarevalo opened 12 years ago

oarevalo commented 12 years ago

The listener should accept an array of structs consisting on:

This could help to quickly identify where an error is happening. So there could be a view listing template paths, line numbers and the errors that each line triggers.

Example:

\path\to\app\template\file.cfm [line 33]
   * syntax error  (23 times)
\path\to\app\template\file.cfm [line 121]
   * undefined variable (4 times)
...