Socorro: Difference between revisions

(more simplification)
(update and add links to docs)
 
(9 intermediate revisions by 4 users not shown)
Line 5: Line 5:
[[Breakpad]] is a set of libraries by Mozilla products for client-side crash reporting.   
[[Breakpad]] is a set of libraries by Mozilla products for client-side crash reporting.   


[https://github.com/mozilla/socorro/ Socorro] is a server for collecting, processing and reporting on crashes from Breakpad.
[https://github.com/mozilla-services/socorro/ Socorro] is a crash ingestion pipeline for collecting, processing, and reporting on crashes from Breakpad.
 
See [https://socorro.readthedocs.io Socorro documentation] for how to add support for new products, fix signature generation, add new crash annotations to crash reports, and other things.


= How to file a bug for Socorro =
= How to file a bug for Socorro =


Thanks for finding and reporting a bug!
Bugs can be filed at: https://bugzilla.mozilla.org/enter_bug.cgi?format=__standard__&product=Socorro


If this is your first time filing a bug with Bugzilla, you may find this [https://bugzilla.mozilla.org/enter_bug.cgi?format=guided Guided Bug Entry form] useful.  You can leave the Version set to 'unspecified' if you don't know which version of Socorro you are using.
Thank you for filing bugs!


If you're well-versed with Bugzilla, you may find our [https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro&component=General Regular Bug Entry form] more to your liking. The important fields to set in this form are: component, summary, description, and (if known) assignee, blockers, depends. Don't worry, we'll set the values of the fields you don't have answers for.
= Contributing to Socorro =


= Documentation on installing Socorro =
The Socorro project is currently hosted on Github at: https://github.com/mozilla-services/socorro


Documentation on installing Socorro is at [http://socorro.readthedocs.org/ Socorro Documentation on readthedocs.org]
Socorro is an open source project and we welcome code contributions.


= Contributing to Socorro =
= Writing tools to use Socorro data =


The Socorro project is currently hosted on Github at https://github.com/mozilla/socorro
You can test and learn about the Socorro API here:


Socorro is an open source project and we welcome code contributions.  You may use [http://bugzilla.mozilla.org Bugzilla] to [https://bugzilla.mozilla.org/buglist.cgi?product=Socorro&resolution=--- browse through open Socorro bugs] or [https://bugzilla.mozilla.org/enter_bug.cgi?product=Socorro add a new Socorro bug].
https://crash-stats.mozilla.org/api/


= Staging and Testing =
= Staging and Testing =
* [https://ci.mozilla.org/job/socorro-master/ Jenkins] watches for checkins, runs unit/functional tests
* QA has Selenium tests on a separate Jenkins instance (runs against staging)
There is an extraction script to create a copy of the production PostgreSQL database containing only a few weeks of data.  It is documented in [[ExtractDBscript]].
= Release =
* [https://wiki.mozilla.org/Socorro:Releases Socorro Releases]
* [[Socorro/Release Procedure | Socorro Release Procedure]]
= Planning  =


*[[Breakpad/Status Meetings|Status Meetings]]
* Circle CI for testing: https://circleci.com/gh/mozilla-services/socorro
* stage: https://crash-stats.allizom.org/


= Contact Us =
= Contact Us =
Line 43: Line 36:
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:
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
* matrix: #breakpad
* email: socorro-dev@mozilla.com
* email: socorro-dev@mozilla.com
* mailing list: tools-socorro@lists.mozilla.org (https://lists.mozilla.org/listinfo/tools-socorro)
* mailing list: tools-socorro@lists.mozilla.org (https://lists.mozilla.org/listinfo/tools-socorro)

Latest revision as of 17:46, 17 April 2020

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 is a crash ingestion pipeline for collecting, processing, and reporting on crashes from Breakpad.

See Socorro documentation for how to add support for new products, fix signature generation, add new crash annotations to crash reports, and other things.

How to file a bug for Socorro

Bugs can be filed at: https://bugzilla.mozilla.org/enter_bug.cgi?format=__standard__&product=Socorro

Thank you for filing bugs!

Contributing to Socorro

The Socorro project is currently hosted on Github at: https://github.com/mozilla-services/socorro

Socorro is an open source project and we welcome code contributions.

Writing tools to use Socorro data

You can test and learn about the Socorro API here:

https://crash-stats.mozilla.org/api/

Staging and Testing

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: