crash-stop addon is used to display crash data and patch information in Bugzilla. The addon gets an iframe containing these information from a server hosted on Heroku. So here we've code for the server (Python) and the code for the addon (Javascript).
Crash data are coming from https://crash-stats.mozilla.org and patch information are coming from https://hg.mozilla.org. The WebExtension is available at https://addons.mozilla.org/firefox/addon/bugzilla-crash-stop/. You can find more explanations here: https://crash-stop-addon.herokuapp.com/.
Install docker and docker-compose and then:
docker-compose up --build
Then you can test in your browser: https://localhost:8081/sumup.html?s=OOM%20|%20small.
In using docker:
docker-compose -f docker-compose-test.yml run tests
https://github.com/mozilla/crash-stop-addon/issues/new
Email: calixte@mozilla.com