Socorro is a Mozilla-centric set of services for collecting, processing, and displaying crash reports from clients using the Breakpad libraries.
This is a very Mozilla-specific product. We do not currently have the capacity to support external users.
If you are looking to use Socorro for your product, maybe you want to consider alternatives:
- run your own: electron/mini-breakpad-server
- run your own: wk8/sentry_breakpad
- hosted/on-premise: Backtrace
For the last year or so, we've been removing code and making changes that aren't backwards compatible. A couple of weeks ago, we (Mozilla) extracted the collector out of Socorro into a separate repository. Because of that, we're going to start removing code.
If you rely on that collector, the last good release is 270.
You can get it with something like this:
git clone https://github.com/mozilla/socorro git checkout 270 Or get the tarball:: wget https://github.com/mozilla/socorro/archive/270.tar.gz
Documentation about installing Socorro is available on ReadTheDocs: https://socorro.readthedocs.io/en/latest
We use continuous development, so we release quite often. See our list of releases:
https://github.com/mozilla/socorro/releases
We have a mailing list for Socorro users that you can join here: https://lists.mozilla.org/listinfo/tools-socorro
Please help each other.
Devs hang out in the Socorro/Breakpad IRC channel: irc://irc.mozilla.org/breakpad
Current deployment status: https://whatsdeployed.io/s-7M7
Mozilla-centric Infrastructure (AWS) code: https://github.com/mozilla/socorro-infra