Using Crash Reporting in a XULRunner Application

 

XULRunner application authors who wish to use crash reporting must run a crash reporting server. Please see the Socorro project for more information.

To enable crash reporting on the client, set the following items in application.ini:

[Crash Reporter]
Enabled=True
ServerURL=https://your.server.url/submit

Note: because crash reports can contain private data including passwords, in production environments they should only be sent via https.

Document Tags and Contributors

 Contributors to this page: teoli, ziyunfei, bovinespirit, Ted_Mielczarek, Mgjbot, Nickolay, bsmedberg
 Last updated by: ziyunfei,