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 ability to report code version number #82

Open dfgrumpy opened 10 years ago

dfgrumpy commented 10 years ago

It would be nice to be able to submit code version number when reporting an error. Then to take it a step further, add ability to filter bugs by version and what version(s) the bug has happened in before.

oarevalo commented 10 years ago

You mean code version as in git/svn revision number or as in application version?

On Thu, Jan 9, 2014 at 7:37 AM, Dave Ferguson notifications@github.comwrote:

It would be nice to be able to submit code version number when reporting an error. Then to take it a step further, add ability to filter bugs by version and what version(s) the bug has happened in before.

— Reply to this email directly or view it on GitHubhttps://github.com/oarevalo/BugLogHQ/issues/82 .

Oscar Arevalo http://about.me/oarevalo http://www.coldbricks.com - Content Management System http://www.oscararevalo.com - My Blog

dfgrumpy commented 10 years ago

Simple answer.. yes. But to expand... It would probably be better to have it as part of the bug report so the application can pass it in.

michael-zock commented 10 years ago

Version numbers rarely change between app inits, but cloning the behavior of the "appName" argument (e.g., "appVersion") should provide the necessary flexibility.