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 a checksum to each bug report to determine uniqueness #2

Open oarevalo opened 12 years ago

oarevalo commented 12 years ago

Possibly add different checksums based on different "uniqueness" levels (example: globally unique or unique within application regardless of host)

michael-zock commented 11 years ago

+1 Grouping them by a hash of message and call stack would be useful (e.g., if the error "file nor found" is logged by several different functions in the same application). Would definitely be a great 2.x feature.