crashreporter dumpFileName [crashedApplicationPath]
Supported API (Compatible with OopsyPad)
Send Crash Report
POST /crash-report
| Name | Type | Description |
|---|---|---|
| product | String | Crashed application name (RedisDesktopManager) |
| version | String | Crashed application version (0.7.7) |
| platform | String | OS name (Windows, Linux or OSX) |
| upload_file_minidump | File | Google Breakpad minidump |
If error occurred:
{"error" : "You use old version. Please download latest release <a href=\"http://redisdesktop.com/download\">0.8.0</a>"}
If minidump was accepted:
{"ok" : "Thank you!"}

