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

Exception Detail & ExtendedInfo #141

Closed ivanionut closed 8 years ago

ivanionut commented 8 years ago

Excuse me Oscar, just one question:

it is normal that in the info error page (bugLog/hq/index.cfm?event=entry&entryID=xxx) Exception Detail and ExtendedInfo are empty?

:cold_sweat:

oarevalo commented 8 years ago

It could be, those fields are optional. Some ColdFusion exceptions (and also depending on how you throw them) may have empty detail field. The extendedInfo is also specific to how you notify BugLog of the error. Are you explicitly passing them and seeing them empty?

ivanionut commented 8 years ago

ok, great ! Now I've seen it work with other types of errors.