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

Display remote address in Exception Summary #53

Closed awayken closed 11 years ago

awayken commented 11 years ago

We found it really useful to know the remote address when a bug comes in. Maybe others will find it useful, too.

michael-zock commented 11 years ago

+1 This can be quite useful in certain situations.

oarevalo commented 11 years ago

I agree. Right now I'm not in town, but when I get back I'll roll this with other pending changes for a 1.8.1 release. On Jun 6, 2013 9:43 AM, "Michael Zock" notifications@github.com wrote:

+1 This can be quite useful in certain situations.

— Reply to this email directly or view it on GitHubhttps://github.com/oarevalo/BugLogHQ/pull/53#issuecomment-19045681 .

oarevalo commented 11 years ago

I cherry-picked your REMOTE_ADDR commit and applied to the 1.8 branch. Once merged into master this will be available as 1.8.1

Thanks!