Socorro: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
Socorro is the codename for the Mozilla [http://crash-stats.mozilla.org Crash Reporter] project. It is an open source project which other companies are also using for crash reporting.  
Socorro is the name for the Mozilla [http://crash-stats.mozilla.org Crash Stats] project. It is an open source project which other companies are also using for crash statistics.
 
= Overview =
 
[[Breakpad]] is a set of libraries by Mozilla products for client-side crash reporting
 
Socorro collects and processes collected crash data and uses a symbol server to convert raw dumps into readable stack traces, then inserts the resulting data into a database. 
 
[[Socorro/SocorroUI|Socorro UI]], also known as Mozilla Crash Stats, is the web interface for viewing and parsing crash reports, as well as aggregated data surrounding crash reports.


= Documentation  =
= Documentation  =

Revision as of 17:11, 17 January 2011

Socorro is the name for the Mozilla Crash Stats project. It is an open source project which other companies are also using for crash statistics.

Overview

Breakpad is a set of libraries by Mozilla products for client-side crash reporting.

Socorro collects and processes collected crash data and uses a symbol server to convert raw dumps into readable stack traces, then inserts the resulting data into a database.

Socorro UI, also known as Mozilla Crash Stats, is the web interface for viewing and parsing crash reports, as well as aggregated data surrounding crash reports.

Documentation

Socorro has a number of moving parts, each of which will be documented below.

Code Repository

The Socorro project is currently hosted on Google Code at http://code.google.com/p/socorro/ .

The project will be moving to Github in the near future. Once this move takes place, we will update the documentation here accordingly. The current project on Github can be watched https://github.com/rhelmer/socorro

Committing Code to Socorro

Socorro is an open source project and we welcome code contributions. You may use Bugzilla to browse through open Socorro bugs or add a new Socorro bug.

Planning

Release Schedule

Q4 Schedule

Roadmap

Contact Us

We will be happy to answer your questions to help you get your Socorro install up off the ground. You may contact the Socorro team at either:

  • irc: irc.mozilla.org #breakpad
  • email: socorro-dev@mozilla.com